Skip to content

Commit

Permalink
Merge pull request #5 from dapperlabs/sl/update_purchase_listener
Browse files Browse the repository at this point in the history
Fix update listener firing for ongoing purchase
  • Loading branch information
seanlee-dapper authored Jul 12, 2023
2 parents c75bddc + d708331 commit bd39602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Mercato/Mercato.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class Mercato {
fileprivate func listenForTransactions(updateBlock: @escaping TransactionUpdate) {
let task = Task.detached
{
for await result in Transaction.updates
for await result in Transaction.unfinished
{
do {
let transaction = try checkVerified(result)
Expand Down

0 comments on commit bd39602

Please sign in to comment.