namecoin / namecoin-core

Namecoin full node + wallet based on the current Bitcoin Core codebase.
https://www.namecoin.org/
MIT License
461 stars 147 forks source link

Reintroduce fallbackfee #413

Open yanmaani opened 3 years ago

yanmaani commented 3 years ago

Bitcoin removed fallbackfee (https://github.com/bitcoin/bitcoin/pull/16524). That is annoying, because sometimes Namecoin will refuse to send transactions if it has been inactive for too long.

It would be preferable if so were not the case. When I manually set fallbackfee, everything seems to work fine.

domob1812 commented 3 years ago

You can just set it in namecoin.conf. Or do you mean it should have some default value?

yanmaani commented 3 years ago

Should be set by default, like it used to. It's horrible when you start namecoin and it doesn't work.