Crowndev / crown

Crown (formerly Crowncoin) reference implementation
MIT License
7 stars 6 forks source link

Default fees are incorrect #246

Open defunctec opened 1 year ago

defunctec commented 1 year ago

Fee's need a second look. Sending fails to add to mempool since the fee is lower than required. To resolve, you must customise the fee within QT or settxfee to 0.001.

BlockMechanic commented 1 year ago

do you have fallbackfee=0.001 in your conf ?

BlockMechanic commented 1 year ago

I've bumped the fee up a bit, but this is not the ideal solution.

defunctec commented 1 year ago

do you have fallbackfee=0.001 in your conf ?

No. Is fallbackfee within default conf creation? If not, it should be.

BlockMechanic commented 1 year ago

It is now.