fix wallet3 Output type mismatch

This commit is contained in:
Thomas Winget 2022-03-07 18:14:15 -05:00
parent 875b2570e5
commit e42cc7c79b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace wallet
crypto::hash tx_hash;
crypto::public_key key;
crypto::public_key derivation;
crypto::key_derivation derivation;
rct::key rct_mask;
crypto::key_image key_image;
cryptonote::subaddress_index subaddress_index;