From 55057ffc51697daafac1224664d5e3258ae0b116 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Sun, 19 Jul 2020 17:25:07 +0200 Subject: rpc: deduplicate WriteHDKeypath() used in decodepsbt The functionality is already provided in the BIP32 utility library util/bip32.h with the exact same name and function signature. --- src/rpc/rawtransaction.cpp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src/rpc') diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 0bc3e0fe9f..d5e902cadd 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -28,6 +28,7 @@ #include