We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3359c48 commit 20e3526Copy full SHA for 20e3526
test/eth-test.js
@@ -2,7 +2,7 @@
2
const assert = require('chai').assert;
3
const init = require('../.').init;
4
describe('proxy', function() {
5
- xit('eth.getminedblocks', function(done){
+ it('eth.getminedblocks', function(done){
6
var api = init();
7
var txlist = api.account.getminedblocks('0x9dd134d14d1e65f84b706d6f205cd5b1cd03a46b');
8
txlist.then(function(res){
test/proxy-test.js
0 commit comments