[MOVEONLY] Move ParseHDKeypath to utilstrencodings

This commit is contained in:
Pieter Wuille
2018-07-19 17:37:19 -07:00
parent 81e1dd5ce1
commit 3b01efa0d1
4 changed files with 43 additions and 43 deletions

View File

@@ -13,8 +13,6 @@
#include <test/test_bitcoin.h>
#include <wallet/test/wallet_test_fixture.h>
extern bool ParseHDKeypath(std::string keypath_str, std::vector<uint32_t>& keypath);
BOOST_FIXTURE_TEST_SUITE(psbt_wallet_tests, WalletTestingSetup)
BOOST_AUTO_TEST_CASE(psbt_updater_test)