BitShares Forum

Main => General Discussion => Topic started by: busygin on November 08, 2014, 03:16:18 pm

Title: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: busygin on November 08, 2014, 03:16:18 pm
(http://i.imgur.com/W8r5mmU.png)
I had the same issue in 0.4.23.1-90-gbb33f21:
https://bitsharestalk.org/index.php?topic=11075.0
Title: Re: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: vikram on November 10, 2014, 04:40:58 pm
Looking into it: https://github.com/BitShares/bitshares/issues/929
Title: Re: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: busygin on November 10, 2014, 04:49:20 pm
Actually, I cancelled it successfully yesterday. And there was enough both BTS and bitUSD for the fee. I have no idea what has changed between yesterday and the first time I tried it.
Looking into it: https://github.com/BitShares/bitshares/issues/929
Title: Re: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: busygin on November 10, 2014, 04:55:55 pm
Just a wild guess, I had a few other transactions in between, so maybe it's related to addresses (private keys) it looks up to get funds for fees. Maybe it doesn't see all the addresses (private keys) with funds that can be used to deduct the fee.
Again, it's just a wild guess, I didn't look into your code.
Actually, I cancelled it successfully yesterday. And there was enough both BTS and bitUSD for the fee. I have no idea what has changed between yesterday and the first time I tried it.
Looking into it: https://github.com/BitShares/bitshares/issues/929
Title: Re: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: vikram on November 10, 2014, 10:14:03 pm
Did you make a lot of transactions in a short period of time? What is your wallet default transaction fee set to?
Title: Re: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: busygin on November 10, 2014, 10:35:10 pm
Did you make a lot of transactions in a short period of time?
No, only creating a bunch of orders and then trying to cancel one of them. And it was spread throughout hours.

What is your wallet default transaction fee set to?
I didn't change the default 0.5 BTS.
Title: Re: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: vikram on November 12, 2014, 12:32:14 am
It's possible that other nodes on the network were broadcasting a high number of pending transactions to you, which would temporarily increase your local relay fee and result in this error. I haven't looked too deeply yet but that is the only other obvious possibility I can see. Has this problem re-appeared at all since the first times?
Title: Re: v0.4.24 RC1, order cancel fails because of "insufficient relay fee"
Post by: busygin on November 12, 2014, 01:39:45 am
Has this problem re-appeared at all since the first times?
No, everything works fine for now.