Skip to content

Commit d1aa8fd

Browse files
committed
Update RecentActivityType raw values for fiat types
Removed explicit raw string values for fiatBuy and fiatSell cases in RecentActivityType, allowing Swift to use the default case names as raw values. Updated core submodule to latest commit.
1 parent 23b5fff commit d1aa8fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Packages/Primitives/Sources/RecentActivityType.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public enum RecentActivityType: String, Codable, CaseIterable, Equatable, Sendab
88
case search
99
case transfer
1010
case receive
11-
case fiatBuy = "fiatbuy"
12-
case fiatSell = "fiatsell"
11+
case fiatBuy
12+
case fiatSell
1313
}

core

0 commit comments

Comments
 (0)