mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
correct reference to mixin
This commit is contained in:
parent
37f9a97b0a
commit
c2c5d584d1
1 changed files with 1 additions and 1 deletions
|
@ -4594,7 +4594,7 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector<std::stri
|
|||
if (vin.type() == typeid(txin_to_key))
|
||||
{
|
||||
const txin_to_key& in_to_key = boost::get<txin_to_key>(vin);
|
||||
if (in_to_key.key_offsets.size() != DEFAULT_MIX + 1)
|
||||
if (in_to_key.key_offsets.size() != DEFAULT_MIXIN + 1)
|
||||
default_ring_size = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue