Skip to content

Commit

Permalink
test, fixing up the formatting in PLUGINS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei committed Apr 4, 2020
1 parent c923442 commit a6ad47c
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions doc/PLUGINS.md
Expand Up @@ -576,18 +576,17 @@ multiple times. `channel_mvt` only


`tag` is a movement descriptor. Current tags are as follows:
- `deposit`: funds deposited
- `withdrawal`: funds withdrawn
- `chain_fees`: funds paid for onchain fees. `chain_mvt` only
- `penalty`: funds paid or gained from a penalty tx. `chain_mvt` only
- `invoice`: funds paid to or recieved from an invoice. `channel_mvt` only
- `routed`: funds routed through this node. `channel_mvt` only
- `journal_entry`: a balance reconciliation event, typically triggered
by a penalty tx onchain. `chain_mvt` only
- `onchain_htlc`: funds moved via an htlc onchain. `chain_mvt` only
- `pushed`: funds pushed to peer. `channel_mvt` only.
- `spend_track`: informational notification about a wallet utxo
spend. `chain_mvt` only.
- `deposit`: funds deposited
- `withdrawal`: funds withdrawn
- `chain_fees`: funds paid for onchain fees. `chain_mvt` only
- `penalty`: funds paid or gained from a penalty tx. `chain_mvt` only
- `invoice`: funds paid to or recieved from an invoice. `channel_mvt` only
- `routed`: funds routed through this node. `channel_mvt` only
- `journal_entry`: a balance reconciliation event, typically triggered
by a penalty tx onchain. `chain_mvt` only
- `onchain_htlc`: funds moved via an htlc onchain. `chain_mvt` only
- `pushed`: funds pushed to peer. `channel_mvt` only.
- `spend_track`: informational notification about a wallet utxo spend. `chain_mvt` only.

`blockheight` is the block the txid is included in. `chain_mvt` only. In the
case that an output is considered dust, c-lightning does not track its return to
Expand Down

0 comments on commit a6ad47c

Please sign in to comment.