Skip to content

Commit 090da4c

Browse files
committed
subscribe for prices after wallet created
1 parent 518bf84 commit 090da4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fearless/Common/Services/PricesService.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ extension PricesService: PriceLocalSubscriptionHandler {
7878
}
7979

8080
extension PricesService: EventVisitorProtocol {
81+
func processSelectedAccountChanged(event: SelectedAccountChanged) {
82+
subscribe()
83+
}
84+
8185
func processChainSyncDidComplete(event: ChainSyncDidComplete) {
8286
subscribe()
8387
}

0 commit comments

Comments
 (0)