Skip to content

Commit

Permalink
IOS-8047 Add completed implementation casper
Browse files Browse the repository at this point in the history
  • Loading branch information
skibinalexander committed Nov 7, 2024
1 parent ba2e308 commit 7124f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ final class MultiWalletNotificationManager {
for: TokenNotificationEvent.someNetworksUnreachable(
currencySymbols: unreachableNetworks.map(\.tokenItem.currencySymbol)
)
)
),
]
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ enum SendDestinationAdditionalFieldType {
.algorand,
.hedera,
.sei,
.internetComputer:
.internetComputer,
.casper:
return .memo
case .xrp:
return .destinationTag
Expand Down

0 comments on commit 7124f2e

Please sign in to comment.