mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 19:48:13 +00:00
add accounts test
This commit is contained in:
parent
b915ceb43f
commit
f13a72708f
@ -10,25 +10,25 @@ var tests = [{
|
||||
formattedArgs: ['0x12d', '0x2'],
|
||||
result: '0x31981',
|
||||
formattedResult: '0x31981',
|
||||
call: 'eth_getBalance'
|
||||
call: 'eth_'+ method
|
||||
},{
|
||||
args: ['0x12d', '0x1'],
|
||||
formattedArgs: ['0x12d', '0x1'],
|
||||
result: '0x31981',
|
||||
formattedResult: '0x31981',
|
||||
call: 'eth_getBalance'
|
||||
call: 'eth_'+ method
|
||||
}, {
|
||||
args: [0x12d, 0x1],
|
||||
formattedArgs: ['0x12d', '0x1'],
|
||||
result: '0x31981',
|
||||
formattedResult: '0x31981',
|
||||
call: 'eth_getBalance'
|
||||
call: 'eth_'+ method
|
||||
}, {
|
||||
args: [0x12d],
|
||||
formattedArgs: ['0x12d', web3.eth.defaultBlock],
|
||||
result: '0x31981',
|
||||
formattedResult: '0x31981',
|
||||
call: 'eth_getBalance'
|
||||
call: 'eth_'+ method
|
||||
}];
|
||||
|
||||
describe('eth', function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user