SatoshiPortal / bullbitcoin-mobile

The Bull Bitcoin Mobile Wallet and Exchange App
MIT License
54 stars 18 forks source link

[Notifications] Amount in notification is not the same as actual amount #303

Open i5hi opened 1 month ago

i5hi commented 1 month ago

For an incoming swap, the notification does not show the exact amount being received.

A swap where I received 1188 sats, gave a notification of Incoming 1189 sats

i5hi commented 1 month ago

This has to do with how we are setting/calculating/using swapFees. We should stop relying on boltz estimate for claim and we should use mempool fastest fee rate.