forked from lthn/blockchain
hidden amounts in wallet: fixed warining in out_get_mixin_attr()
This commit is contained in:
parent
464771baec
commit
045801449a
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ bool wallet2::out_get_mixin_attr(const currency::tx_out_v& out_t)
|
|||
}
|
||||
else if (out_t.type() == typeid(currency::tx_out_zarcanum))
|
||||
{
|
||||
boost::get<currency::tx_out_zarcanum>(out_t).mix_attr;
|
||||
return boost::get<currency::tx_out_zarcanum>(out_t).mix_attr;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue