You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You could take a look at the change in recipient's balance when you run make geth-deposit. We have 4 recipients here but let's take '0x8E113078ADF6888B7ba84967F299F29AeCe24c55' for example:
So in fact, you have transferred ~4722.367 ETH (not 1 ETH) from the coinbase address to '0x8E113078ADF6888B7ba84967F299F29AeCe24c55'. If we want to transfer exactly 1 ETH here in geth-deposit, we should change the value from 0x1000000000000000000 to 0xde0b6b3a7640000.
Hi Bill,
smartcontract/makefile
Line 249 in 040ed5c
Actually this set the deposit amount 4722.366482869645213696 ETH. If you want to change the deposit amount to 1 ETH, please use
0xde0b6b3a7640000
Thanks,
The text was updated successfully, but these errors were encountered: