From b3c09a21f932f05cb683ada6c49e47a6e8d778ca Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 2 Aug 2018 03:08:05 -1100 Subject: [PATCH] Test --- src/cc/dice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index b158bd49a..f8c8fe553 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -92,7 +92,7 @@ struct dicefinish_info int32_t iswin; }; -bool mySendrawtransaction(std:string res) +bool mySendrawtransaction(std::string res) { CTransaction tx; char str[65]; if ( res.empty() == 0 && res.size() > 64 && is_hexstr((char *)res.c_str(),0) > 64 )