aboutsummaryrefslogtreecommitdiffstats
path: root/web3.eth.submitWork.js
diff options
context:
space:
mode:
Diffstat (limited to 'web3.eth.submitWork.js')
-rw-r--r--web3.eth.submitWork.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/web3.eth.submitWork.js b/web3.eth.submitWork.js
deleted file mode 100644
index 3751c807..00000000
--- a/web3.eth.submitWork.js
+++ /dev/null
@@ -1,17 +0,0 @@
-var chai = require('chai');
-var web3 = require('../index');
-var testMethod = require('./helpers/test.method.js');
-
-var method = 'submitWork';
-
-var tests = [
-{
- args: ['0x567890abcdef5555', '0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef', '0xcdef1234567890abcdef1234567890abcdef0x1234567890abcf1234567890ab'],
- formattedArgs: ['0x567890abcdef5555', '0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef', '0xcdef1234567890abcdef1234567890abcdef0x1234567890abcf1234567890ab'],
- result: true,
- formattedResult: true,
- call: 'eth_'+ method
-}];
-
-testMethod.runTests('eth', method, tests);
-