Skip to content

Commit

Permalink
WalletContract
Browse files Browse the repository at this point in the history
- make init public
  • Loading branch information
grishamsc committed Nov 23, 2023
1 parent 77babfe commit 3aaeeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/TonSwift/Wallets/WalletContract.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public struct WalletTransferData {
public struct WalletTransfer {
private let signingMessage: Builder

init(signingMessage: Builder) {
public init(signingMessage: Builder) {
self.signingMessage = signingMessage
}

Expand Down

0 comments on commit 3aaeeed

Please sign in to comment.