forked from tari-project/tari
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: error out the stx protocol if the sender sends unsupported data (t…
…ari-project#5572) Description --- Will error out the stx protocol if the sender sends unsupported script, features, or covenant Motivation and Context --- Its possible for the sender to block the spending of the transaction by using unsupported script, covenant or features. This will now make it that the receiver will not accept a transaction it does not know how to spend. How Has This Been Tested? --- Passes all unit tests.
- Loading branch information
1 parent
3bb75c9
commit 8a085cd
Showing
2 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters