oxen-core/src/simplewallet
Jason Rhinelander 5b1ca27e2e Fix cli wallet showing wrong Owner value for backup owner
When doing a lookup by owner in simplewallet (`ons_by_owner`) the wallet
was always writing "Owner: ..." for whatever owner row was requested,
*not* the actual Owner row returned.

In particular, when we get back a record where WalletX is the backup
owner and WalletA is the primary owner then when looking up ons records
by owner for WalletX it would print:

Owner: WalletX
BackupOwner: WalletX

Instead of properly showing the record owner details of:

Owner: WalletA
BackupOwner: WalletX

This fixes it.
2021-06-10 12:01:36 -03:00
..
CMakeLists.txt executable names changed 2021-01-04 14:19:42 +11:00
simplewallet.cpp Fix cli wallet showing wrong Owner value for backup owner 2021-06-10 12:01:36 -03:00
simplewallet.h rename ons_owners_by_names merge wallet and session name check 2021-04-14 17:25:53 +10:00