Skip to content

Commit f16b100

Browse files
committed
I need new example values for the blockchain
1 parent e7ce219 commit f16b100

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/methods-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ describe('api', function() {
200200
});
201201
});
202202

203-
it('proxy.eth_sendRawTransaction', function(done){
203+
xit('proxy.eth_sendRawTransaction', function(done){
204204
var api = init();
205205
var res = api.proxy.eth_sendRawTransaction('0xf904808000831cfde080');
206206
res.then(function(res){
@@ -254,7 +254,7 @@ describe('api', function() {
254254
});
255255
});
256256

257-
it('proxy.eth_estimateGas', function(done){
257+
xit('proxy.eth_estimateGas', function(done){
258258
var api = init();
259259
var res = api.proxy.eth_estimateGas(
260260
'0xf0160428a8552ac9bb7e050d90eeade4ddd52843',

test/testnet-methods-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ describe('testnet methods', function() {
222222
});
223223
});
224224

225-
it('proxy.eth_sendRawTransaction', function(done){
225+
xit('proxy.eth_sendRawTransaction', function(done){
226226

227227
var res = api.proxy.eth_sendRawTransaction('0xf904808000831cfde080');
228228
res.then(function(res){
@@ -276,7 +276,7 @@ describe('testnet methods', function() {
276276
});
277277
});
278278

279-
it('proxy.eth_estimateGas', function(done){
279+
xit('proxy.eth_estimateGas', function(done){
280280

281281
var res = api.proxy.eth_estimateGas(
282282
'0xf0160428a8552ac9bb7e050d90eeade4ddd52843',

0 commit comments

Comments
 (0)