fix sleepBlocks, implement sleep

This commit is contained in:
zelig
2015-07-02 16:38:48 +01:00
committed by Jeffrey Wilcke
parent 6391ec0c8f
commit 518dc87db3
4 changed files with 45 additions and 19 deletions

View File

@ -57,7 +57,7 @@ web3._extend({
new web3._extend.Method({
name: 'stopRPC',
call: 'admin_stopRPC',
params: 0,
params: 2,
inputFormatter: [],
outputFormatter: web3._extend.formatters.formatOutputBool
}),