Hi, just trying to understand ticket buying a bit more. I have 2 wallets. One which is locked with my balance, and another which is a 0 balance voting authority wallet. I purchased a ticket with: dcrctl --wallet purchaseticket "default" 100 1 "DskHzCdBdRL46AKegz5kuka4PEzCexF272m" On the voting wallet I see: dcrctl --wallet getstakeinfo { "blockheight": 196173, "poolsize": 41669, "difficulty": 83.1651405, "allmempooltix": 8, "ownmempooltix": 0, "immature": 0, "live": 1, "proportionlive": 0.000023998656075259786, "voted": 0, "totalsubsidy": 0, "missed": 0, "proportionmissed": 0, "revoked": 0, "expired": 0 } dcrctl --wallet getbalance { "balances": [ { "accountname": "default", "immaturecoinbaserewards": 0, "immaturestakegeneration": 0, "lockedbytickets": 0, "spendable": 0, "total": 79.22832481, "unconfirmed": 0, "votingauthority": 79.22862481 }, dcrctl --wallet gettickets false { "hashes": [ "481bf22c619cce727d0ec7f0159a03ef2f4dce51bf03c02b8581e35d7f3b51c4" ] } However on both wallets I see: "lockedbytickets": 0, Is this only non-zero when I'm using one wallet when ticket buying? What does the field mean exactly? Thanks.