mirror of https://github.com/status-im/web3.js.git
removed non existing eth.flush method
This commit is contained in:
parent
cdf02ec58b
commit
9e8cb8d17f
|
@ -2081,12 +2081,6 @@ var compileSerpent = new Method({
|
|||
params: 1
|
||||
});
|
||||
|
||||
var flush = new Method({
|
||||
name: 'flush',
|
||||
call: 'eth_flush',
|
||||
params: 0
|
||||
});
|
||||
|
||||
var methods = [
|
||||
getBalance,
|
||||
getStorageAt,
|
||||
|
@ -2104,7 +2098,6 @@ var methods = [
|
|||
compileSolidity,
|
||||
compileLLL,
|
||||
compileSerpent,
|
||||
flush
|
||||
];
|
||||
|
||||
/// @returns an array of objects describing web3.eth api properties
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2081,12 +2081,6 @@ var compileSerpent = new Method({
|
|||
params: 1
|
||||
});
|
||||
|
||||
var flush = new Method({
|
||||
name: 'flush',
|
||||
call: 'eth_flush',
|
||||
params: 0
|
||||
});
|
||||
|
||||
var methods = [
|
||||
getBalance,
|
||||
getStorageAt,
|
||||
|
@ -2104,7 +2098,6 @@ var methods = [
|
|||
compileSolidity,
|
||||
compileLLL,
|
||||
compileSerpent,
|
||||
flush
|
||||
];
|
||||
|
||||
/// @returns an array of objects describing web3.eth api properties
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -192,12 +192,6 @@ var compileSerpent = new Method({
|
|||
params: 1
|
||||
});
|
||||
|
||||
var flush = new Method({
|
||||
name: 'flush',
|
||||
call: 'eth_flush',
|
||||
params: 0
|
||||
});
|
||||
|
||||
var methods = [
|
||||
getBalance,
|
||||
getStorageAt,
|
||||
|
@ -215,7 +209,6 @@ var methods = [
|
|||
compileSolidity,
|
||||
compileLLL,
|
||||
compileSerpent,
|
||||
flush
|
||||
];
|
||||
|
||||
/// @returns an array of objects describing web3.eth api properties
|
||||
|
|
Loading…
Reference in New Issue