more tests for web3.eth.getBalance

This commit is contained in:
Marek Kotewicz 2015-04-02 14:04:06 +02:00
parent 31e046dbec
commit f9a52069b5
1 changed files with 6 additions and 0 deletions

View File

@ -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'],