Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
IOS-7444 Make fix rvn fee for comapre android (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
skibinalexander authored Jul 23, 2024
1 parent cbb7e82 commit 51eef71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Foundation
/// Source: https://github.com/raven-community/ravencore-lib/blob/master/docs/transaction.md

class RavencoinWalletManager: BitcoinWalletManager {
override var minimalFeePerByte: Decimal { 10 }
override var minimalFeePerByte: Decimal { 1 }

override var dustValue: Amount {
let value = 642 / wallet.blockchain.decimalValue
Expand Down

0 comments on commit 51eef71

Please sign in to comment.