decred / dcrticketbuyer

An automated smart ticket purchaser.
0 stars 7 forks source link

maxinmempool defaults to 0 instead of 40 #60

Closed raedah closed 7 years ago

raedah commented 7 years ago

https://github.com/decred/dcrticketbuyer/blob/master/config.go#L68

https://github.com/decred/dcrticketbuyer/blob/master/ticketbuyer-example.conf#L55

jolan commented 7 years ago

There are other options where the default doesn't match the commented out example in the sample config (like maxperblock). Might as well fix them all.

raedah commented 7 years ago

@jolan defaultMaxPerBlock = 3 maxperblock=3

looks the same to me.

raedah commented 7 years ago

This was fixed in https://github.com/decred/dcrwallet/pull/374