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.
|
||||
* OPcode would maintain past & future contracts consistent:
|
||||
* 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
|
||||
irrespective of TX version, and if underlying prevout/output used
|
||||
milisats then they are truncated e.g. returned value will be:
|
||||
milisats / 1000, where / is integer division.
|
||||
millisats then they are truncated e.g. returned value will be:
|
||||
millisats / 1000, where / is integer division.
|
||||
|
||||
# Feedback & Reviews
|
||||
|
||||
|
||||
Reference in New Issue
Block a user