<
 
 
 
 
×
>
hide You are viewing an archived web page, collected at the request of Ethereum Foundation using Archive-It. This page was captured on 16:26:59 May 05, 2021 , and is part of the Community collection. The information on this web page may be out of date. See All versions of this archived page. Loading media information

0 Eth transactions after Byzantium

I use geth go 1.7.2 but and when I do transfers they register on the block chain but they're 0 eth.

I use eth.sendTransaction({from: '0x...', to: '0x...', volume: web3.toWei(0.25, "ether")})

Geth prints a hash that ends up on the chain but it's for 0 eth and not the amount I specify. I'm pretty positive this command used to work, is there a change to how the amount should be specified now?
Sign In or Register to comment.