Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot receive fee #275

Open
alexj70 opened this issue Feb 8, 2022 · 0 comments
Open

Cannot receive fee #275

alexj70 opened this issue Feb 8, 2022 · 0 comments

Comments

@alexj70
Copy link

alexj70 commented Feb 8, 2022

Hi.

Cannot receive the fee

address of test wallet is "mtz74qT7WgtynjXEDpRUBMvpAPYGAhmJnq", balance: 0.0004 BTC

var pluginData = UInt8: IPluginData
if timeLockEnabled {
pluginData[HodlerPlugin.id] = HodlerData(lockTimeInterval: self.selectedTimeInterval)
}

        let fee = try bitcoinKit.fee(for: 10000, toAddress: toWallet, feeRate: 10000, pluginData: pluginData)

I receive error: notEnough

Environment

  • BitcoinKit: 0.15.4
  • Xcode Version: 13.2
  • Swift Version: 13.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant