File tree Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Expand file tree Collapse file tree 1 file changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -5435,36 +5435,6 @@ var methods = function () {
5435
5435
outputFormatter : utils . toDecimal
5436
5436
} ) ;
5437
5437
5438
- var compileSolidity = new Method ( {
5439
- name : 'compile.solidity' ,
5440
- call : 'eth_compileSolidity' ,
5441
- params : 1
5442
- } ) ;
5443
-
5444
- var compileLLL = new Method ( {
5445
- name : 'compile.lll' ,
5446
- call : 'eth_compileLLL' ,
5447
- params : 1
5448
- } ) ;
5449
-
5450
- var compileSerpent = new Method ( {
5451
- name : 'compile.serpent' ,
5452
- call : 'eth_compileSerpent' ,
5453
- params : 1
5454
- } ) ;
5455
-
5456
- var submitWork = new Method ( {
5457
- name : 'submitWork' ,
5458
- call : 'eth_submitWork' ,
5459
- params : 3
5460
- } ) ;
5461
-
5462
- var getWork = new Method ( {
5463
- name : 'getWork' ,
5464
- call : 'eth_getWork' ,
5465
- params : 0
5466
- } ) ;
5467
-
5468
5438
return [
5469
5439
getBalance ,
5470
5440
getStorageAt ,
@@ -5483,12 +5453,7 @@ var methods = function () {
5483
5453
sendRawTransaction ,
5484
5454
signTransaction ,
5485
5455
sendTransaction ,
5486
- sign ,
5487
- compileSolidity ,
5488
- compileLLL ,
5489
- compileSerpent ,
5490
- submitWork ,
5491
- getWork
5456
+ sign
5492
5457
] ;
5493
5458
} ;
5494
5459
You can’t perform that action at this time.
0 commit comments