]> git.pld-linux.org Git - packages/primecoin-hp.git/blame - boost-1.58.patch
- release 7 (by relup.sh)
[packages/primecoin-hp.git] / boost-1.58.patch
CommitLineData
64302893
JR
1--- primecoin-0.1.2-hp14/src/rpcrawtransaction.cpp~ 2014-04-26 17:02:25.000000000 +0200
2+++ primecoin-0.1.2-hp14/src/rpcrawtransaction.cpp 2015-06-27 10:29:55.461778255 +0200
3@@ -238,7 +238,7 @@
4 CTxDestination address;
5 if (ExtractDestination(pk, address))
6 {
7- const CScriptID& hash = boost::get<const CScriptID&>(address);
8+ const CScriptID& hash = boost::get<CScriptID>(address);
9 CScript redeemScript;
10 if (pwalletMain->GetCScript(hash, redeemScript))
11 entry.push_back(Pair("redeemScript", HexStr(redeemScript.begin(), redeemScript.end())));
This page took 0.14569 seconds and 4 git commands to generate.