Skip to content

Commit 75ec747

Browse files
author
simon
committed
debug
1 parent b5755f1 commit 75ec747

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ async def send_coins(beg: Beg):
4343

4444
signed_txn = w3.eth.account.sign_transaction(bs_txn, private_key=private_key)
4545
broadcasted_txn = w3.eth.sendRawTransaction(signed_txn.rawTransaction)
46+
print(repr(broadcasted_txn))
4647
return {"recipient": to_address, "tx_hash": signed_txn.hash.hex()}
4748

4849

0 commit comments

Comments
 (0)