Skip to content

Commit

Permalink
Use half hour fee as Bitcoin recommended fee
Browse files Browse the repository at this point in the history
  • Loading branch information
esen committed Sep 18, 2023
1 parent d48f967 commit 5a996ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class BitcoinFeeRateProvider: IFeeRateProvider {

func feeRates() async throws -> FeeRateProvider.FeeRates {
let rates = try await feeRateProvider.bitcoinFeeRate()
return .init(recommended: rates.economyFee, minimum: rates.minimumFee)
return .init(recommended: rates.halfHourFee, minimum: rates.minimumFee)
}

}
Expand Down

0 comments on commit 5a996ae

Please sign in to comment.