refactor: Remove useless extern keyword

This commit is contained in:
MarcoFalke
2021-05-10 09:13:33 +02:00
parent adf7843410
commit fa4bbd306e
6 changed files with 14 additions and 15 deletions

View File

@@ -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)