refactor: Remove useless extern keyword

This commit is contained in:
MarcoFalke 2021-05-10 09:13:33 +02:00
parent adf7843410
commit fa4bbd306e
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
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)