Spellcheck

This commit is contained in:
2024-03-11 13:50:18 +01:00
parent eb59f8c157
commit 8b80eb7865
+3 -3
View File
@@ -271,11 +271,11 @@ quick overview of technical changes:
* TX version would tell parsers they need to decode the TX differently. * TX version would tell parsers they need to decode the TX differently.
* OPcode would maintain past & future contracts consistent: * OPcode would maintain past & future contracts consistent:
* if executed then OP_*VALUE introspection opcodes would return * if executed then OP_*VALUE introspection opcodes would return
milisats instead of sats (irrespective of TX version) millisats instead of sats (irrespective of TX version)
* if not executed then OP_*VALUE introspection would return sats * if not executed then OP_*VALUE introspection would return sats
irrespective of TX version, and if underlying prevout/output used irrespective of TX version, and if underlying prevout/output used
milisats then they are truncated e.g. returned value will be: millisats then they are truncated e.g. returned value will be:
milisats / 1000, where / is integer division. millisats / 1000, where / is integer division.
# Feedback & Reviews # Feedback & Reviews