lncli: add lncli command for publishtransaction

This commit is contained in:
ErikEk
2021-07-01 20:43:42 +02:00
parent 44971f0c46
commit ace615b6e8
2 changed files with 68 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ If you use a strange system or changed group membership of the group running LND
you may want to check your system to see if it introduces additional risk for
you.
* [Makes publishtransaction, in the wallet sub-server, reachable through
lncli](https://github.com/lightningnetwork/lnd/pull/5460).
# Build System
* [A new pre-submit check has been