Update release-notes.md

The PTX amount is already checked in getLockTxHeight.
Tested in test_run.py, test_10_bad_ptx.
This commit is contained in:
tecnovert
2026-06-09 12:10:16 +00:00
committed by GitHub
parent 827909b322
commit 37d564b4f7
+1 -1
View File
@@ -3,7 +3,7 @@
- Security: Always require the initiate tx output index and value for secret hash swaps.
- Strengthens the 0.16.3 fix: the amount check can no longer be skipped when the output value is unavailable; the swap is now rejected (fails closed) instead of proceeding.
- Security: Also verify the participate tx output amount for secret hash swaps.
- Security: Also double check the participate tx output amount for secret hash swaps.
- Raise minimum Python version to 3.11.