Skip to content

Commit

Permalink
Fix typo where "amouont" should be "amount" in the splicing documenta…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
evansmj committed Mar 17, 2024
1 parent 7cbff8a commit b0b5904
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions contrib/msggen/msggen/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10690,7 +10690,7 @@
"splice_amount": {
"type": "integer",
"added": "v23.08",
"description": "The amouont of sats we're splicing in or out"
"description": "The amount of sats we're splicing in or out"
},
"our_funding_msat": {
"type": "msat",
Expand Down Expand Up @@ -11858,7 +11858,7 @@
"splice_amount": {
"type": "integer",
"added": "v23.08",
"description": "The amouont of sats we're splicing in or out"
"description": "The amount of sats we're splicing in or out"
},
"scratch_txid": {
"type": "txid",
Expand Down
4 changes: 2 additions & 2 deletions doc/lightning-listpeerchannels.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ On success, an object containing **channels** is returned. It is an array of ob
- **funding\_outnum** (u32): The 0-based output number of the funding transaction which opens the channel
- **feerate** (string): The feerate for this funding transaction in per-1000-weight, with "kpw" appended
- **total\_funding\_msat** (msat): total amount in the channel
- **splice\_amount** (integer): The amouont of sats we're splicing in or out *(added v23.08)*
- **splice\_amount** (integer): The amount of sats we're splicing in or out *(added v23.08)*
- **our\_funding\_msat** (msat): amount we have in the channel
- **scratch\_txid** (txid, optional): The commitment transaction txid we would use if we went onchain now
- **close\_to** (hex, optional): scriptPubkey which we have to close to if we mutual close
Expand Down Expand Up @@ -221,4 +221,4 @@ Main web site: <https://github.com/ElementsProject/lightning> Lightning
RFC site (BOLT \#9):
<https://github.com/lightningnetwork/lightning-rfc/blob/master/09-features.md>

[comment]: # ( SHA256STAMP:02dbb15d46497d33808d1bc021cb604529546b94f46d8de285d7b47f4615a516)
[comment]: # ( SHA256STAMP:bac774d91b15666d66b3e4f5a13676da146430a96429b2c3b14f86d81d8a48a5)
4 changes: 2 additions & 2 deletions doc/lightning-listpeers.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ On success, an object containing **peers** is returned. It is an array of objec
- **feerate** (string): The feerate for this funding transaction in per-1000-weight, with "kpw" appended
- **total\_funding\_msat** (msat): total amount in the channel
- **our\_funding\_msat** (msat): amount we have in the channel
- **splice\_amount** (integer): The amouont of sats we're splicing in or out *(added v23.08)*
- **splice\_amount** (integer): The amount of sats we're splicing in or out *(added v23.08)*
- **scratch\_txid** (txid): The commitment transaction txid we would use if we went onchain now
- **close\_to** (hex, optional): scriptPubkey which we have to close to if we mutual close
- **private** (boolean, optional): if True, we will not announce this channel
Expand Down Expand Up @@ -400,4 +400,4 @@ Main web site: <https://github.com/ElementsProject/lightning> Lightning
RFC site (BOLT \#9):
<https://github.com/lightning/bolts/blob/master/09-features.md>

[comment]: # ( SHA256STAMP:5b622ce05ce081a3184b01dc1cf5d2d5882293e171b3a3a118efff3748d8e25a)
[comment]: # ( SHA256STAMP:98b23c18900ae0d623910d0ec4d59bdb0cd77c88ad02b497ac86dad35df82859)
2 changes: 1 addition & 1 deletion doc/schemas/listpeerchannels.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"splice_amount": {
"type": "integer",
"added": "v23.08",
"description": "The amouont of sats we're splicing in or out"
"description": "The amount of sats we're splicing in or out"
},
"our_funding_msat": {
"type": "msat",
Expand Down
2 changes: 1 addition & 1 deletion doc/schemas/listpeers.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"splice_amount": {
"type": "integer",
"added": "v23.08",
"description": "The amouont of sats we're splicing in or out"
"description": "The amount of sats we're splicing in or out"
},
"scratch_txid": {
"type": "txid",
Expand Down

0 comments on commit b0b5904

Please sign in to comment.