Skip to content

Commit

Permalink
REMOVE THIS mock account
Browse files Browse the repository at this point in the history
  • Loading branch information
kugel3 committed Mar 22, 2024
1 parent 1000993 commit daa0daf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RadixWallet/Profile/Entity/Account.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,16 @@ extension Profile.Network {
extraProperties: ExtraProperties
) {
self.networkID = networkID
// FIXME: GK remove!
#if DEBUG
if networkID == .mainnet {
self.address = try! .init(validatingAddress: "account_rdx128z7rwu87lckvjd43rnw0jh3uczefahtmfuu5y9syqrwsjpxz8hz3l")
} else {
self.address = address
}
#else
self.address = address
#endif
self.securityState = securityState
self.displayName = displayName
self.flags = []
Expand Down

0 comments on commit daa0daf

Please sign in to comment.