mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
* Fix divisibility in invoice details of lightning amounts This PR will show 11 decimal in the invoice details for BTC amount of lightning payment methods. It also hacks around the fact that some lightning clients don't create the requested amount of sats, which resulted in over or under payments. (Blink not supporting msats, and strike) Now, In that case, a payment method fee (which can be negative) called tweak fee will be added to the prompt. We are also hiding this tweak fee from the user in the checkout page in order to not disturb the UI with inconsequential fee of 0.000000001 sats. * Only show 8 digits in checkout, even if amount is 11 digits |
||
---|---|---|
.. | ||
GreenfieldApiKeysController.cs | ||
GreenfieldAppsController.cs | ||
GreenfieldFilesController.cs | ||
GreenfieldHealthController.cs | ||
GreenfieldInvoiceController.cs | ||
GreenfieldLightningNodeApiController.cs | ||
GreenfieldLightningNodeApiController.Internal.cs | ||
GreenfieldLightningNodeApiController.Store.cs | ||
GreenfieldNotificationsController.cs | ||
GreenfieldPaymentRequestsController.cs | ||
GreenfieldPayoutProcessorsController.cs | ||
GreenfieldPullPaymentController.cs | ||
GreenfieldReportsController.cs | ||
GreenfieldServerInfoController.cs | ||
GreenfieldServerRolesController.cs | ||
GreenfieldStoreAutomatedLightningPayoutProcessorsController.cs | ||
GreenfieldStoreAutomatedOnChainPayoutProcessorsController.cs | ||
GreenfieldStoreEmailController.cs | ||
GreenfieldStoreLightningAddressesController.cs | ||
GreenfieldStoreOnChainPaymentMethodsController.cs | ||
GreenfieldStoreOnChainPaymentMethodsController.WalletGeneration.cs | ||
GreenfieldStoreOnChainWalletsController.cs | ||
GreenfieldStorePaymentMethodsController.cs | ||
GreenfieldStorePayoutProcessorsController.cs | ||
GreenfieldStoreRatesConfigurationController.cs | ||
GreenfieldStoreRatesController.cs | ||
GreenfieldStoreRolesController.cs | ||
GreenfieldStoresController.cs | ||
GreenfieldStoreUsersController.cs | ||
GreenfieldStoreWebhooksController.cs | ||
GreenfieldTestApiKeyController.cs | ||
GreenfieldUsersController.cs | ||
LocalBTCPayServerClient.cs |