oleganza / CoreBitcoin

Awesome Bitcoin toolkit for ObjC and Swift
Do What The F*ck You Want To Public License
719 stars 255 forks source link

msg = "min relay fee not met, 0 < 226 (code 66)"; #127

Open Maochengfag opened 4 years ago

Maochengfag commented 4 years ago

I am doing BTC transaction , use BTCTransaction class I just setFee:like this: BTCTransaction *tx = [[BTCTransaction alloc] init]; long gas = [self caculateFee:fee andAmount:amount andUtxos:txouts]; tx.fee = gas;

Maochengfag commented 4 years ago

get the feeRate from https://bitcoinfees.earn.com/api/v1/fees/recommended