diff --git a/uniswap/uniswap.py b/uniswap/uniswap.py index 183c349..12cc172 100644 --- a/uniswap/uniswap.py +++ b/uniswap/uniswap.py @@ -1456,7 +1456,7 @@ def _build_and_send_tx( # TODO: This needs to get more complicated if we want to support replacing a transaction # FIXME: This does not play nice if transactions are sent from other places using the same wallet. try: - return self.w3.eth.send_raw_transaction(signed_txn.rawTransaction) + return self.w3.eth.send_raw_transaction(signed_txn.raw_transaction) finally: logger.debug(f"nonce: {tx_params['nonce']}") self.last_nonce = Nonce(tx_params["nonce"] + 1)
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: