Skip to content

Commit

Permalink
add payment id to request proto (#3341)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-real-adammork committed Jun 1, 2023
1 parent 4af8dcc commit 4fd5162
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/proto/printable.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ message PaymentRequest {

/// Token id to transact in.
uint64 token_id = 4;

/// Payment Id
uint64 payment_id = 5;
}

/// Message encoding a private key and a UTXO, for the purpose of
Expand Down

0 comments on commit 4fd5162

Please sign in to comment.