Bitcoin-cli transaction fee reset

0

How do you reset the txfee after you successfully did the transaction? I mean, getting it back to "automatic fee"?

Mariano Silva

Posted 2019-07-10T03:21:45.500

Reputation: 1

Can you provide more context? What commands are you using?JBaczuk 2019-07-10T13:22:04.340

After forcing the bitcoin-cli to use a fixed transaction fee by using the parameter "settxfee", I would like it to automatically revert to the automatic calculation mechanism ( by looking at the last transactions in the blockchain ) . I've read that it automatically resets after 24 hours, but I would like to force such resetting sooner than that. The only way I've found so far is to shutdown the daemon and restarting it.Mariano Silva 2019-07-17T23:58:09.270

No answers