Skip to content

Commit

Permalink
fix: error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Nov 19, 2021
1 parent e80a6dc commit bb1c5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ Array.prototype.expectSTXTransferEvent = function (
continue;
}
}
throw new Error(`Unable to retrieve expected NonFungibleTokenTransferEvent`);
throw new Error(`Unable to retrieve expected STXTransferEvent`);
};

Array.prototype.expectFungibleTokenTransferEvent = function (
Expand Down

0 comments on commit bb1c5c7

Please sign in to comment.