We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
}
I receive error: notEnough
Environment
The text was updated successfully, but these errors were encountered: