From 08bddeff6351e428161db8855df76fbc2d4ce3e7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 21 Jul 2018 03:48:53 -1100 Subject: [PATCH] Fix --- src/rpcrawtransaction.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 449567125..bef8d182a 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -33,6 +33,8 @@ using namespace std; +extern char ASSETCHAINS_SYMBOL[]; + void ScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool fIncludeHex) { txnouttype type;