Skip to content

Commit 154005e

Browse files
author
simon
committed
typo -m "commit typo"
1 parent 8d20c93 commit 154005e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async def send_coins(beg: Beg):
5757
)
5858

5959
signed_txn = w3.eth.account.sign_transaction(bs_txn, private_key=private_key)
60-
broadcasted_txn = w3.eth.sendRawTransaction(signed_txn.rawTransacttion)
60+
broadcasted_txn = w3.eth.sendRawTransaction(signed_txn.rawTransaction)
6161
logging.info("Transaction hex: " + repr(signed_txn.hash.hex()))
6262
return {"recipient": to_address, "tx_hash": signed_txn.hash.hex()}
6363

0 commit comments

Comments
 (0)