1
0
Fork 0
forked from lthn/blockchain

hidden amounts in wallet: fixed warining in out_get_mixin_attr()

This commit is contained in:
cryptozoidberg 2022-07-01 17:20:55 +02:00
parent 464771baec
commit 045801449a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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
{