Commit 8a3b59b
fix(kotlin): use string format specifier for record line
The appropriate specifier for unsigned integers is `d` but
this triggers an `IllegalFormatConversionException` panic.
With `s`, we can successfully build the nodes with the custom
log writer1 parent c4235a5 commit 8a3b59b
File tree
1 file changed
+1
-1
lines changed- bindings/kotlin/ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments