Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
hwanmoon committed Aug 31, 2023
1 parent 82eb237 commit 6d6d9ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Mercato/Mercato.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ extension Mercato
shared.listenForUnfinishedTransactions(updateBlock: updateBlock)
}

/// Any unfinished transactions will be emitted when you first iterate the sequence.
public static func listenForTransactionUpdates(updateBlock: @escaping TransactionUpdate)
{
shared.listenForTransactionUpdates(updateBlock: updateBlock)
Expand Down

0 comments on commit 6d6d9ee

Please sign in to comment.