Skip to content

Commit 446b164

Browse files
committed
bindings: tests: wollet: transaction
1 parent 9e611b6 commit 446b164

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lwk_bindings/tests/bindings/basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
sats = 100000
2828
txid = node.send_to_address(addr.address(), sats, asset=None)
2929
wollet.wait_for_tx(txid, client)
30+
assert wollet.transaction(txid).balance()[network.policy_asset()] == sats
3031

3132
# ANCHOR: txs
3233
txs = wollet.transactions()

0 commit comments

Comments
 (0)