Hi! I am trying to set up the built-in ticket buyer feature to automatically purchase tickets with their voting rights delegated to a stakepool. So I added the following lines in my dcrwallet.conf config file: [Application Options] enableticketbuyer=1 ticketaddress=<P2SH Address shared with Stakepool> pooladdress=<Stakepool's Fee Collection Address> poolfees=<Stakepool's Required Reward Fee> [Ticket Buyer Options] ticketbuyer.maxpriceabsolute=75 ticketbuyer.maxfee=0.01 ticketbuyer.minfee=0.001 ticketbuyer.balancetomaintainabsolute=0 But the ticketbuyer does not purchase tickets even though there is enough balance in my voting account. [INF] TKBY: Not enough funds to buy tickets: (spendable: 0, balancetomaintain: 0) The voting account is not the 'default'. I created a new account only for voting which is the one holding the funds ('default' accountname has 0 balance, actually). Any ideas?