ACINQ / phoenix

Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.
https://phoenix.acinq.co
Apache License 2.0
624 stars 93 forks source link

Testnet APK is using mainnet fees #471

Closed bordalix closed 7 months ago

bordalix commented 7 months ago

While using https://acinq.co/pub/phoenix/phoenix-testnet-latest.apk the amount of estimated fees shown on channel management is 53,824 (~20.14 USD). These are mainnet fees, not testnet fees.

dpad85 commented 7 months ago

Yes, that's on purpose, the testnet version is using mainnet fees to keep in touch with the real cost of transacting on-chain, even in development mode. Otherwise one could end up with wrong expectations (like thinking a swap typically costs 300 sat) and build use cases based on that.