You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/README.md
+6
Original file line number
Diff line number
Diff line change
@@ -129,3 +129,9 @@ A Simplicity jet fails.
129
129
Double-check the conditions that your Simfony program enforces. Update the witness data or transaction parameters.
130
130
131
131
Every time you change the transaction parameters, the signature hash of the transaction changes. In this case, you need to **regenerate signatures** using the "Key Store" tab.
132
+
133
+
## `non-mandatory-script-verify-flag (Witness program hash mismatch)`
134
+
135
+
The CMR of the Simplicity program inside the UTXO is different from the CMR of the program inside the transaction input.
136
+
137
+
Use a backup to restore the original program that you used to create the UTXO. Alternatively, try to fix your current program to match the UTXO program.
0 commit comments