Skip to content

Commit

Permalink
MempoolRecommendedFeesType.HourFee for transfering funds between wall…
Browse files Browse the repository at this point in the history
…ets (#371)
  • Loading branch information
Jossec101 committed May 29, 2024
1 parent fcc3a69 commit d4f33c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/Wallets.razor
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,7 @@
Description = @$"Funds transferred from {_sourceWalletName} to {_targetWalletName}",
WithdrawAllFunds = _transferAllFunds,
DestinationAddress = targetBitcoinAddress.ToString(),
MempoolRecommendedFeesType = MempoolRecommendedFeesType.HourFee,
Amount = _amountToTransfer,
WalletId = _sourceTransferWallet.Id,
Status = _sourceTransferWallet.IsHotWallet
Expand Down

0 comments on commit d4f33c5

Please sign in to comment.