We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f412df4 + 7fdd1f7 commit 5feef80Copy full SHA for 5feef80
deduct.go
@@ -34,6 +34,7 @@ func deduct(csv1Path, csv2Path string, top2 int) error {
34
for addr, over := range overpaid {
35
payout, ok := payouts[addr]
36
if !ok {
37
+ leftover.Add(&leftover, over.fil)
38
fmt.Println("Overpaid address", addr, "not found in payouts")
39
continue
40
}
0 commit comments