aboutsummaryrefslogtreecommitdiff
path: root/src/test/sighash_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-05-10 09:13:33 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-05-10 09:09:24 +0200
commitfa4bbd306e1ca369d02eb864983fbb4d64b50ca9 (patch)
treeec15e4e5218de8c0826f23294f7cad8656b770cc /src/test/sighash_tests.cpp
parentadf78434100204f2eb799bbb96a28b734fb084f0 (diff)
downloadbitcoin-fa4bbd306e1ca369d02eb864983fbb4d64b50ca9.tar.xz
refactor: Remove useless extern keyword
Diffstat (limited to 'src/test/sighash_tests.cpp')
-rw-r--r--src/test/sighash_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/sighash_tests.cpp b/src/test/sighash_tests.cpp
index 2eb980e8cd..195565c1f8 100644
--- a/src/test/sighash_tests.cpp
+++ b/src/test/sighash_tests.cpp
@@ -21,7 +21,7 @@
#include <univalue.h>
-extern UniValue read_json(const std::string& jsondata);
+UniValue read_json(const std::string& jsondata);
// Old script.cpp SignatureHash function
uint256 static SignatureHashOld(CScript scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType)