Browse Source

docs: Fix the `htlc_accepted` JSON payload in the docs

Had a spurious `}` in the example.
travis-debug
Christian Decker 5 years ago
parent
commit
b1e18e16a5
  1. 1
      doc/PLUGINS.md

1
doc/PLUGINS.md

@ -607,7 +607,6 @@ The payload of the hook call has the following format:
"short_channel_id": "1x2x3",
"forward_amount": "42msat",
"outgoing_cltv_value": 500014
}
},
"next_onion": "[1365bytes of serialized onion]",
"shared_secret": "0000000000000000000000000000000000000000000000000000000000000000",

Loading…
Cancel
Save