Closed evictorero closed 2 years ago
I approved as it seems ok, but 2 little things:
balance, _ := new(big.Float).SetInt(result.ToInt()).Float64()
is casting is ok? I could not look into that but I would make sure we are not looking information in the processwallet
for wallets
at yaml fileI approved as it seems ok, but 2 little things:
balance, _ := new(big.Float).SetInt(result.ToInt()).Float64()
is casting is ok? I could not look into that but I would make sure we are not looking information in the process- Would change
wallet
forwallets
at yaml file
big.Int
to a float64
hexutil.Uint64
result type tohexutil.Big
to support bigger numbers as balances are expressed in WEIsample.yaml
file