Commit 2d5aa5b
committed
[Trivial] Fix errant LogPrint in UpdateZPIVSupply
The `LogPrint()` at the end of this function was missing a `,` separator
between the category and the message, as well as returning the two
paramaters in reverse order when compared to similar log prints.
The missing `,` was causing a segfault when running with `-debug` or
`-debug=zero`1 parent 0065d68 commit 2d5aa5b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3235 | 3235 | | |
3236 | 3236 | | |
3237 | 3237 | | |
3238 | | - | |
| 3238 | + | |
3239 | 3239 | | |
3240 | 3240 | | |
3241 | 3241 | | |
| |||
0 commit comments