This commit is contained in:
nicolas.dorier
2019-01-07 15:35:18 +09:00
parent d4d3346b6d
commit 4b982f815c
9 changed files with 26 additions and 26 deletions

View File

@@ -240,7 +240,7 @@ namespace BTCPayServer.Controllers
#pragma warning disable CS0618
if (paymentMethod.GetId().IsBTCOnChain)
{
entity.TxFee = paymentMethod.NetworkFee;
entity.TxFee = paymentMethod.NextNetworkFee;
entity.Rate = paymentMethod.Rate;
entity.DepositAddress = paymentMethod.DepositAddress;
}