Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ To make local development and testing easier, SNAPSHOT dependencies are not veri
To re-create the trusted checksums file, run:

```shell
$ rm ~/.m2/wrapper ~/.sbt -rf
$ rm -Rf ~/.m2/wrapper ~/.sbt
$ ./mvnw clean install -DskipTests -Daether.artifactResolver.postProcessor.trustedChecksums.record
```
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ object FailureMessageCodecs {

/**
* An onion-encrypted failure from an intermediate node:
* +----------------+----------------------------------+-----------------+----------------------+-----+
*
* | HMAC(32 bytes) | failure message length (2 bytes) | failure message | pad length (2 bytes) | pad |
* +----------------+----------------------------------+-----------------+----------------------+-----+
*
* Bolt 4: SHOULD set pad such that the failure_len plus pad_len is equal to 256: by always using the same size we
* ensure error messages are indistinguishable.
*/
Expand Down