A few (mostly trivial) updates (#54)

* Drop quorumMinMemberAge from LLMQ init phase

* Clarify that "hash" is "SHA256" in multiple cases

* Switch few quotes to apostrophes
This commit is contained in:
UdjinM6 2019-11-11 15:59:14 +03:00 committed by thephez
parent 5660fcdd27
commit 41fc2c9413
6 changed files with 27 additions and 28 deletions

View file

@ -85,7 +85,7 @@ initiate a signing request for each of the transactions inputs. The request
id is:
```
hash("inlock", prevTxHash, prevTxOut)
SHA256("inlock", prevTxHash, prevTxOut)
```
`"inlock"` is a static string, prepended with the length (6, as a compact int,
@ -113,7 +113,7 @@ Finalization is simply another signing request, performed on a (potentially)
different LLMQ than used before. The request id of the new signing request is:
```
hash("islock", inputCount, prevTxHash1, prevTxOut1, prevTxHash2, prevTxOut2, ...)
SHA256("islock", inputCount, prevTxHash1, prevTxOut1, prevTxHash2, prevTxOut2, ...)
```
`"islock"` is a static string, prepended with the length (6, as a compact int,