mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-22 19:18:07 +00:00
15 lines
227 B
JavaScript
15 lines
227 B
JavaScript
var testMethod = require('./helpers/test.method.js');
|
|
|
|
var method = 'getHashrate';
|
|
|
|
|
|
var tests = [{
|
|
result: '0x788a8',
|
|
formattedResult: 493736,
|
|
call: 'eth_hashrate'
|
|
}];
|
|
|
|
|
|
testMethod.runTests('eth', method, tests);
|
|
|