minrelayfee custom

+1 vote
I ran the code:

setruntimeparam minrelaytxfee 2000

returned the error:
Unsupported runtime parameter: minrelaytxfee

 

What did I do wrong ?
asked Jan 14, 2019 by suscitar

2 Answers

0 votes
 
Best answer

The setruntimeparam command only allows very specific runtime parameters to be changed, as explained in the API documentation. You may want to take a look at the settxfee command.

answered Jan 15, 2019 by MultiChain
selected Jan 16, 2019 by suscitar
0 votes

minrelaytxfee runtime parameter is only applied if only-accept-std-txes=true, check once if that's the case.

answered Jan 14, 2019 by gimmick
...