fix: for bitcoin withdrawal the exchange payto:// is not enough and the withdrawal payto should always have the reserve pub
This commit is contained in:
parent
16777ba205
commit
f5441a682d
@ -169,7 +169,7 @@ export async function getTransactions(
|
||||
type: WithdrawalType.ManualTransfer,
|
||||
reservePub: wsr.reservePub,
|
||||
exchangePaytoUris:
|
||||
exchangeDetails.wireInfo?.accounts.map((x) => x.payto_uri) ??
|
||||
exchangeDetails.wireInfo?.accounts.map((x) => `${x.payto_uri}?subject=${wsr.reservePub}`) ??
|
||||
[],
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user