Skip to content

Commit f2bcb2a

Browse files
committed
iOS-263
1 parent 231b856 commit f2bcb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LocalPackages/core-swift/Sources/KeeperCore/Mappers/AccountEventMapper/AccountEventMapper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ private extension WalletAccount {
741741
let friendlyAddress = FriendlyAddress(
742742
address: address,
743743
testOnly: isTestnet,
744-
bounceable: !isTestnet
744+
bounceable: !isWallet
745745
)
746746
return friendlyAddress.toShort()
747747
}

0 commit comments

Comments
 (0)