diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index e06c0023..0b8de104 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -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(out_t).mix_attr; + return boost::get(out_t).mix_attr; } else {