T2822
Depends on D12846
The use of wallet as a param here is ambiguous as wallet is also an important state variable in useWallet.js
Use activeWallet instead
Differential D12847
[Cashtab] [wallet mgmt improvements p6] Rename wallet param to activeWallet in renameActiveWallet bytesofman on Dec 10 2022, 18:40. Authored by Tags None Subscribers None
Details
T2822 Depends on D12846 The use of wallet as a param here is ambiguous as wallet is also an important state variable in useWallet.js Use activeWallet instead Confirm that every instance of wallet is replaced with activeWallet in renameActiveWallet, although the string key 'wallet' should be unchanged as this is where we are saving in local storage
Diff Detail
|