aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests/scripts/getNewAccount.js
diff options
context:
space:
mode:
Diffstat (limited to 'RPCTests/scripts/getNewAccount.js')
-rw-r--r--RPCTests/scripts/getNewAccount.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/RPCTests/scripts/getNewAccount.js b/RPCTests/scripts/getNewAccount.js
deleted file mode 100644
index eceacc23f..000000000
--- a/RPCTests/scripts/getNewAccount.js
+++ /dev/null
@@ -1,3 +0,0 @@
-sleep = require('./modules/sleep.js');
-var result;
-web3.personal.newAccount("123", function(err,res){result = res; console.log(res);})