diff options
| author | Pieter Wuille <[email protected]> | 2018-07-19 17:37:19 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-08-13 08:46:23 -0700 |
| commit | 3b01efa0d1bf3d23d1b7b7e518849f1fc26314f9 (patch) | |
| tree | 4779af5b25e8d6dffbed87a8bdd8fbd27170aa54 /src/wallet/test | |
| parent | Generalize PublicOnlySigningProvider into HidingSigningProvider (diff) | |
| download | discoin-3b01efa0d1bf3d23d1b7b7e518849f1fc26314f9.tar.xz discoin-3b01efa0d1bf3d23d1b7b7e518849f1fc26314f9.zip | |
[MOVEONLY] Move ParseHDKeypath to utilstrencodings
Diffstat (limited to 'src/wallet/test')
| -rw-r--r-- | src/wallet/test/psbt_wallet_tests.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wallet/test/psbt_wallet_tests.cpp b/src/wallet/test/psbt_wallet_tests.cpp index 61c3fa94a..526f2d983 100644 --- a/src/wallet/test/psbt_wallet_tests.cpp +++ b/src/wallet/test/psbt_wallet_tests.cpp @@ -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) |