quantadex / distributed_quanta_bridge

The distributed version of the quanta bridge
1 stars 0 forks source link

Sending 10 ETH #22

Open quocble opened 5 years ago

quocble commented 5 years ago

Steps to reproduce: web3.eth.sendTransaction({from:sender, to:receiver, value: web3.toWei(10, "ether")})

Result: Node proposes negative number.

Approach:

WeiToStellar(tx.Value().Int64()),

Wei should be an input as BigInt

Ethereum_client.go:196