mchn: Coin selection: Transaction too large for fee policy

+1 vote

related to the other question.

Hi, I'm getting this message in the debug.log every few seconds.

mchn: Coin selection: Transaction too large for fee policy

Why ?

 

Correct; I'm not sending transactions.

Version: 1.0

What should be done to avoid this?

asked Sep 6, 2018 by Fer
reshown Sep 7, 2018 by MultiChain

1 Answer

0 votes

If there are transaction fees on your chain, you probably want to switch off autocombining anyway. To prevent this error message appearing, set autocombineminconf to a very high number like 2000000000 in the runtime parameters of the node.

https://www.multichain.com/developers/runtime-parameters/

answered Sep 7, 2018 by MultiChain
...