From afd20a25f2937fee8d992c279631fa26cde4a7c8 Mon Sep 17 00:00:00 2001 From: Glenn Willen Date: Tue, 5 Mar 2019 18:55:40 -0800 Subject: Move PSBT decoding functions from core_io to psbt.cpp Move PSBT decoding functions from core_io.h/core_read.cpp to psbt.h/psbt.cpp, to deal with a linker issue. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 14db963253..8d4fbba4fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -430,8 +430,8 @@ libbitcoin_common_a_SOURCES = \ netaddress.cpp \ netbase.cpp \ policy/feerate.cpp \ - psbt.cpp \ protocol.cpp \ + psbt.cpp \ scheduler.cpp \ script/descriptor.cpp \ script/ismine.cpp \ -- cgit v1.2.3