From cf5d65336510993c795946888e2b6a1bb4f85758 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 10 Jul 2019 22:54:50 -1100 Subject: [PATCH] Cast --- src/script/sign.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/sign.cpp b/src/script/sign.cpp index 8aaa4b191..2ea5bd78f 100644 --- a/src/script/sign.cpp +++ b/src/script/sign.cpp @@ -85,7 +85,7 @@ bool TransactionSignatureCreator::CreateSig(std::vector& vchSig, } else { - fprintf(stderr,"signed success %s\n",HexStr(vchSig)); + fprintf(stderr,"signed success %s\n",(char *)HexStr(vchSig).c_str()); } } else