Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Dec 27, 2022
1 parent 78a49f3 commit 8653461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2895,7 +2895,7 @@ function compareAndSetIfNewAddressSetHash(id: number, addresses: Array<string>):
const isUpdating = prevRequestAddressHash == null || prevRequestAddressHash !== requestAddresseHash;
if (isUpdating) {
// <TODO:REMOVE_AFTER_YOROI_LIB_UPGRADE>
console.debug('/// utxo state mut be cleared:', id, requestAddresseHash, prevRequestAddressHash);
console.debug('/// utxo state must be cleared:', id, requestAddresseHash, prevRequestAddressHash);
localStorage.setItem(localStorageKey, requestAddresseHash);
}
return isUpdating;
Expand Down

0 comments on commit 8653461

Please sign in to comment.