seller decrypts buyer payment info on payment sent

This commit is contained in:
woodser 2022-09-19 08:08:13 -04:00
parent 64925d0137
commit 1f32fc2cbe
9 changed files with 65 additions and 49 deletions

View file

@ -447,6 +447,7 @@ message PaymentSentMessage {
string counter_currency_extra_data = 6;
string payout_tx_hex = 7;
string updated_multisig_hex = 8;
bytes payment_account_key = 9;
}
message PaymentReceivedMessage {