Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
reez committed Aug 21, 2023
1 parent c400465 commit ad2a3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BDKSwiftExampleWallet/View Model/ReceiveViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import Foundation

@Observable
class ReceiveViewModel: ObservableObject {
class ReceiveViewModel {
var address: String = ""

func getAddress() {
Expand Down

0 comments on commit ad2a3b2

Please sign in to comment.