more debug logging

This commit is contained in:
Eric 2023-09-12 17:00:34 +10:00
parent e93549dbc2
commit 9536e5e5bf
No known key found for this signature in database

View File

@ -261,5 +261,5 @@ method sendTransaction*(signer: JsonRpcSigner,
client = await signer.provider.client
hash = await client.eth_sendTransaction(transaction)
echo "[jsonrpc.sendTransaction] RESPONSE send transaction -- nonce: ", transaction.nonce, ", hash: ", hash
echo "[jsonrpc.sendTransaction] RESPONSE send transaction -- nonce: ", transaction.nonce, ", hash: ", hash.to0xHex
return TransactionResponse(hash: hash, provider: signer.provider)