Skip to content

Commit

Permalink
New logic for transaction create spends slightly less.
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyjon committed Dec 12, 2022
1 parent 6ed8986 commit 5096892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/claims/test_claim_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,7 @@ async def test_abandoning_stream_at_loss(self):
tx = await self.stream_create(bid='0.0001')
await self.assertBalance(self.account, '9.979793')
await self.stream_abandon(self.get_claim_id(tx))
await self.assertBalance(self.account, '9.97968399')
await self.assertBalance(self.account, '9.979712')

async def test_publish(self):

Expand Down

0 comments on commit 5096892

Please sign in to comment.