Skip to content

Commit aa55b42

Browse files
committed
taprpc: update SendPayment docs
1 parent 2e7ae0b commit aa55b42

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

taprpc/tapchannelrpc/tapchannel.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

taprpc/tapchannelrpc/tapchannel.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ message SendPaymentRequest {
124124
uint64 asset_amount = 2;
125125

126126
// The node identity public key of the peer to ask for a quote for sending
127-
// out the assets and converting them to satoshis. This must be specified if
128-
// there are multiple channels with the given asset ID.
127+
// out the assets and converting them to satoshis. If set, only a quote with
128+
// this peer may be negotiated to carry out the payment.
129129
bytes peer_pubkey = 3;
130130

131131
// The full lnd payment request to send. All fields behave the same way as

taprpc/tapchannelrpc/tapchannel.swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@
16911691
"peer_pubkey": {
16921692
"type": "string",
16931693
"format": "byte",
1694-
"description": "The node identity public key of the peer to ask for a quote for sending\nout the assets and converting them to satoshis. This must be specified if\nthere are multiple channels with the given asset ID."
1694+
"description": "The node identity public key of the peer to ask for a quote for sending\nout the assets and converting them to satoshis. If set, only a quote with\nthis peer may be negotiated to carry out the payment."
16951695
},
16961696
"payment_request": {
16971697
"$ref": "#/definitions/routerrpcSendPaymentRequest",

0 commit comments

Comments
 (0)