Good afternoon: when I send ether from the console, for example, 13 ether, the balance that appears to me is huge and does not correspond to my transaction
Hi: Yes. I sent the ether from console after deploying Metamask with truffle console and Ganache UI
I have done another test:
truffle(development)> web3.eth.sendTransaction({to:“0x18015043c650d3a9C8CCaF7C7229920F89c81fF8”, from: accounts[0], value: web3.utils.toWei(“13”,“ether”)});
And it is the result : 24049.74 ETH
¡¡¡ I am millionaire!!!
Thanks.