gochain / web3

A CLI tool to interact with web3 blockchains - Ethereum, GoChain, etc
https://gochain.io
Apache License 2.0
401 stars 88 forks source link

Request: use returned txHash from RPC #230

Open iamcryptofennec opened 2 years ago

iamcryptofennec commented 2 years ago

I have a problem with "web3 contract call" it generates TxHash with EIP155 signing but when I executed txHash on the explorer have changed then it can't get a reciept by generated txHash

Is it possible to get a real txHash after executed from rpc?

This is generate by web3 : Transaction hash: 0xf772fbede3e30401675df9b01e44ebf49734e3382b801940cf2bb5d912eba674 This is on Wanchain explorer: https://testnet.wanscan.org/tx/0xd9888d7e97016c76760a829eefd488085708cd66c8df07c34397089ec80d96cd

treeder commented 2 years ago

That must be a different transaction, they can't have different hashes.

Can you share the output you're seeing?