diff options
| author | MarcoFalke <[email protected]> | 2016-08-19 22:41:09 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-08-19 22:43:05 +0200 |
| commit | faaec1377c6975a7c427bac958b67a0aba9e1694 (patch) | |
| tree | c6fca51996b2e55f0810ac7974c7eb66f57e5aec /qa/rpc-tests/importprunedfunds.py | |
| parent | Merge #8517: [Qt] show wallet HD state in statusbar (diff) | |
| download | discoin-faaec1377c6975a7c427bac958b67a0aba9e1694.tar.xz discoin-faaec1377c6975a7c427bac958b67a0aba9e1694.zip | |
[qa] Remove unused code
Diffstat (limited to 'qa/rpc-tests/importprunedfunds.py')
| -rwxr-xr-x | qa/rpc-tests/importprunedfunds.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/importprunedfunds.py b/qa/rpc-tests/importprunedfunds.py index d86f51b7f..eb3c11b4d 100755 --- a/qa/rpc-tests/importprunedfunds.py +++ b/qa/rpc-tests/importprunedfunds.py @@ -5,7 +5,7 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.util import * -import decimal + class ImportPrunedFundsTest(BitcoinTestFramework): |