mirror of https://github.com/nucypher/nucypher.git
Fix incorrect rebase change. Revert line to what it was before.
parent
87c5d99332
commit
f4c5623653
|
@ -588,7 +588,7 @@ class BlockchainInterface:
|
|||
f"({max_cost} @ {max_price_gwei} gwei)",
|
||||
color="yellow",
|
||||
)
|
||||
signed_raw_transaction = transacting_power.sign_transaction(transaction_dict)
|
||||
signed_transaction = transacting_power.sign_transaction(transaction_dict)
|
||||
|
||||
#
|
||||
# Broadcast
|
||||
|
|
Loading…
Reference in New Issue