mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
removed non existing eth.flush method
This commit is contained in:
parent
cdf02ec58b
commit
9e8cb8d17f
7
dist/web3-light.js
vendored
7
dist/web3-light.js
vendored
@ -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
|
||||
|
4
dist/web3-light.js.map
vendored
4
dist/web3-light.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/web3-light.min.js
vendored
2
dist/web3-light.min.js
vendored
File diff suppressed because one or more lines are too long
7
dist/web3.js
vendored
7
dist/web3.js
vendored
@ -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
|
||||
|
4
dist/web3.js.map
vendored
4
dist/web3.js.map
vendored
File diff suppressed because one or more lines are too long
5
dist/web3.min.js
vendored
5
dist/web3.min.js
vendored
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…
x
Reference in New Issue
Block a user