diff options
| author | practicalswift <[email protected]> | 2017-03-17 04:37:43 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-03-17 04:37:43 +0100 |
| commit | 8dc957ae06366d023e0d23c92279c5fb04b515d0 (patch) | |
| tree | 88f5add0685b47069022cf6fa64223a1750ade90 /src/test/script_tests.cpp | |
| parent | Merge #9963: util: Properly handle errors during log message formatting (diff) | |
| download | discoin-8dc957ae06366d023e0d23c92279c5fb04b515d0.tar.xz discoin-8dc957ae06366d023e0d23c92279c5fb04b515d0.zip | |
Remove unused code
Diffstat (limited to 'src/test/script_tests.cpp')
| -rw-r--r-- | src/test/script_tests.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/script_tests.cpp b/src/test/script_tests.cpp index 32184165f..c365ad755 100644 --- a/src/test/script_tests.cpp +++ b/src/test/script_tests.cpp @@ -455,11 +455,6 @@ public: { return comment; } - - const CScript& GetScriptPubKey() - { - return creditTx->vout[0].scriptPubKey; - } }; std::string JSONPrettyPrint(const UniValue& univalue) |