mirror of
https://github.com/seigler/dips
synced 2025-07-26 17:26:13 +00:00
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:
parent
5660fcdd27
commit
41fc2c9413
6 changed files with 27 additions and 28 deletions
|
@ -85,7 +85,7 @@ initiate a signing request for each of the transaction’s 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue