Skip to content

Commit

Permalink
iOS-263
Browse files Browse the repository at this point in the history
  • Loading branch information
grishamsc committed Dec 17, 2024
1 parent 231b856 commit f2bcb2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ private extension WalletAccount {
let friendlyAddress = FriendlyAddress(
address: address,
testOnly: isTestnet,
bounceable: !isTestnet
bounceable: !isWallet
)
return friendlyAddress.toShort()
}
Expand Down

0 comments on commit f2bcb2a

Please sign in to comment.