mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
refactor: Remove useless extern keyword
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user