fix payment stream
This commit is contained in:
parent
e4033d4159
commit
f7c26ee38a
17 changed files with 90 additions and 327 deletions
|
|
@ -479,13 +479,6 @@ message PayInvoiceResponse{
|
|||
int64 latest_balance = 6;
|
||||
}
|
||||
|
||||
message InvoicePaymentStream {
|
||||
oneof update {
|
||||
Empty ack = 1;
|
||||
PayInvoiceResponse done = 2;
|
||||
}
|
||||
}
|
||||
|
||||
message GetPaymentStateRequest{
|
||||
string invoice = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue