mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-12 19:17:30 +00:00
Replicate comment
This commit is contained in:
parent
6a6e04513c
commit
f24a91dd13
@ -8,7 +8,17 @@ import './PaymentInfo.scss';
|
||||
export interface Props {
|
||||
origin: SwapInput;
|
||||
paymentAddress: string | null;
|
||||
/**
|
||||
* @desc
|
||||
* For XMR swaps, the "deposit" property in the response
|
||||
* actually refers to the "paymentId", not the payment address.
|
||||
*/
|
||||
paymentId: string | null;
|
||||
/**
|
||||
* @desc
|
||||
* For XMR swap, the actual payment address is the "sAddress"
|
||||
* property in the response.
|
||||
*/
|
||||
xmrPaymentAddress: string | null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user