fix sleepBlocks, implement sleep

This commit is contained in:
zelig
2015-07-07 10:43:49 +02:00
committed by Jeffrey Wilcke
parent 6391ec0c8f
commit 518dc87db3
4 changed files with 45 additions and 19 deletions
+1 -1
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
}),