mirror of https://github.com/status-im/web3.js.git
more tests for web3.eth.getBalance
This commit is contained in:
parent
31e046dbec
commit
f9a52069b5
|
@ -34,6 +34,12 @@ var tests = [{
|
|||
result: '0x31981',
|
||||
formattedResult: new BigNumber('0x31981', 16),
|
||||
call: 'eth_'+ method
|
||||
}, {
|
||||
args: ['dbdbdb2cbd23b783741e8d7fcf51e459b497e4a6', 0x1],
|
||||
formattedArgs: ['0xdbdbdb2cbd23b783741e8d7fcf51e459b497e4a6', '0x1'],
|
||||
result: '0x31981',
|
||||
formattedResult: new BigNumber('0x31981', 16),
|
||||
call: 'eth_'+ method
|
||||
}, {
|
||||
args: ['1255171934823351805979544608257289442498956485798', 0x1],
|
||||
formattedArgs: ['0xdbdbdb2cbd23b783741e8d7fcf51e459b497e4a6', '0x1'],
|
||||
|
|
Loading…
Reference in New Issue