Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Apr 25, 2022
2 parents cb45ee2 + 0ec947f commit ef2eb2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
TODO: Insert version codename, and username of the contributor that named the release.
-->

## [v0.11.0rc5] - 2022-04-04: Simon's Carefully Chosen Release Name
## [0.11.0.1] - 2022-04-04: Simon's Carefully Chosen Release Name

This release would have been named by Simon Vrouwe, had he responded to my emails!

Expand Down
4 changes: 2 additions & 2 deletions doc/lightning-getinfo.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ On success, an object is returned, containing:
- **our_features** (object, optional): Our BOLT #9 feature bits (as hexstring) for various contexts:
- **init** (hex): features (incl. globalfeatures) in our init message, these also restrict what we offer in open_channel or accept in accept_channel
- **node** (hex): features in our node_announcement message
- **channel** (hex): negotiated channel features we as channel initiator publish in the channel_announcement message
- **channel** (hex): negotiated channel features we (as channel initiator) publish in the channel_announcement message
- **invoice** (hex): features in our BOLT11 invoices
- **address** (array of objects, optional): The addresses we announce to the world:
- **type** (string): Type of connection (one of "dns", "ipv4", "ipv6", "torv2", "torv3", "websocket")
Expand Down Expand Up @@ -128,4 +128,4 @@ RESOURCES
---------

Main web site: <https://github.com/ElementsProject/lightning>
[comment]: # ( SHA256STAMP:f7c85915ae8da7e9cabd2c72a31157801524b53f6bf8463da1743a0ee71e7c88)
[comment]: # ( SHA256STAMP:52175b0eced3ed2992d27b983b50afe080134702874116ce0c8355a8adddd440)
2 changes: 1 addition & 1 deletion doc/schemas/getinfo.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"channel": {
"type": "hex",
"description": "negotiated channel features we as channel initiator publish in the channel_announcement message"
"description": "negotiated channel features we (as channel initiator) publish in the channel_announcement message"
},
"invoice": {
"type": "hex",
Expand Down
4 changes: 2 additions & 2 deletions tools/build-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ for target in $TARGETS; do
[ "$platform" != "$target" ] || continue
case $platform in
Fedora-28-amd64)
DOCKERFILE=contrib/Dockerfile.builder.fedora
DOCKERFILE=contrib/docker/Dockerfile.builder.fedora
TAG=fedora
;;
Ubuntu-16.04-amd64)
DOCKERFILE=contrib/Dockerfile.builder
DOCKERFILE=contrib/docker/Dockerfile.builder
TAG=ubuntu-amd64
;;
*)
Expand Down

0 comments on commit ef2eb2a

Please sign in to comment.