mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-24 14:15:55 -04:00
fix(gui): "Address pool does sum up to 1"
This commit is contained in:
parent
320110c36e
commit
e1edcf1998
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ export async function buyXmr(
|
||||||
} else {
|
} else {
|
||||||
address_pool.push({
|
address_pool.push({
|
||||||
address: monero_receive_address,
|
address: monero_receive_address,
|
||||||
percentage: 100,
|
percentage: 1,
|
||||||
label: "Your wallet",
|
label: "Your wallet",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue