fix boost::get build error
This commit is contained in:
parent
9646c5ffcb
commit
4a107035c7
@ -297,7 +297,7 @@ Value listunspent(const Array& params, bool fHelp)
|
||||
CTxDestination address;
|
||||
if (ExtractDestination(pk, address))
|
||||
{
|
||||
const CScriptID& hash = boost::get<const CScriptID&>(address);
|
||||
const CScriptID& hash = boost::get<CScriptID>(address);
|
||||
CScript redeemScript;
|
||||
if (pwalletMain->GetCScript(hash, redeemScript))
|
||||
entry.push_back(Pair("redeemScript", HexStr(redeemScript.begin(), redeemScript.end())));
|
||||
|
Loading…
Reference in New Issue
Block a user