mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
refactor: Remove useless extern keyword
This commit is contained in:
parent
adf7843410
commit
fa4bbd306e
6 changed files with 14 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue