You've already forked CHIP-MilliSatoshi
Spellcheck
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user