mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +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
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
using namespace std::literals;
|
||||
|
||||
extern UniValue read_json(const std::string& jsondata);
|
||||
UniValue read_json(const std::string& jsondata);
|
||||
|
||||
BOOST_FIXTURE_TEST_SUITE(base58_tests, BasicTestingSetup)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue