mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +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
|
|
@ -39,7 +39,7 @@
|
|||
typedef std::vector<unsigned char> valtype;
|
||||
|
||||
// In script_tests.cpp
|
||||
extern UniValue read_json(const std::string& jsondata);
|
||||
UniValue read_json(const std::string& jsondata);
|
||||
|
||||
static std::map<std::string, unsigned int> mapFlagNames = {
|
||||
{std::string("P2SH"), (unsigned int)SCRIPT_VERIFY_P2SH},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue