mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-10 01:23:05 +00:00
more debug logging
This commit is contained in:
parent
e93549dbc2
commit
9536e5e5bf
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user