Skip to content

Commit

Permalink
finish cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Dec 5, 2024
1 parent b2391e6 commit bff6f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"0355f42b0e4c7b6e73addef75deab673b9727225a3d529511ef28f5df36472826c",
],
},
"destination": "",
"destination": None,
"fee": 10000,
"source": "$ADDRESS_4",
"unpacked_data": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def attach_asset(self, balance, attach_quantity):
},
)
self.upsert_balance(source, asset, -attach_quantity, None)
self.upsert_balance(f"{tx_hash}:1", asset, attach_quantity, source)
self.upsert_balance(f"{tx_hash}:0", asset, attach_quantity, source)

@settings(deadline=None)
def move_asset(self, balance, destination):
Expand Down

0 comments on commit bff6f8a

Please sign in to comment.