Browse Source

Merge pull request #4718 from yyforyongyu/fix-rpc-format

trivial: fix make rpc-format
master
Oliver Gugger 4 years ago committed by GitHub
parent
commit
9e4cfa0182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnrpc/walletrpc/walletkit.proto

2
lnrpc/walletrpc/walletkit.proto

@ -143,7 +143,7 @@ service WalletKit {
After either selecting or verifying the inputs, all input UTXOs are locked
with an internal app ID.
NOTE: If this method returns without an error, it is the caller's
responsibility to either spend the locked UTXOs (by finalizing and then
publishing the transaction) or to unlock/release the locked UTXOs in case of

Loading…
Cancel
Save