forked from lthn/blockchain
wallet: get_pos_entries g_index initialization fixed
This commit is contained in:
parent
2c5c0ddc75
commit
6991fa8ea9
1 changed files with 1 additions and 1 deletions
|
|
@ -3545,7 +3545,7 @@ bool wallet2::get_pos_entries(std::vector<currency::pos_entry>& entries)
|
|||
|
||||
pos_entry pe = AUTO_VAL_INIT(pe);
|
||||
pe.amount = tr.amount();
|
||||
//pe.index = tr.m_global_output_index;
|
||||
pe.g_index = tr.m_global_output_index;
|
||||
pe.keyimage = tr.m_key_image;
|
||||
pe.wallet_index = i;
|
||||
pe.stake_unlock_time = stake_unlock_time;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue