mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
rpctest: Remove leftover debug print.
A proper error is message logged on the very next line, so there's no reason to keep this extra Println call.
This commit is contained in:
parent
4891191de3
commit
d6be7cb8bb
@ -387,7 +387,6 @@ func (w *VotingWallet) handleBlockConnectedNtfn(ntfn *blockConnectedNtfn) {
|
||||
// Purchase TicketsPerBlock tickets.
|
||||
nbTickets := int(w.hn.ActiveNet.TicketsPerBlock)
|
||||
if len(w.utxos) < nbTickets {
|
||||
fmt.Println("errrr len utxos < nbTickets")
|
||||
w.logError(fmt.Errorf("number of available utxos (%d) less than "+
|
||||
"number of tickets to purchase (%d)", len(w.utxos), nbTickets))
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user