Commit c4235a5
fix: add WithForeign attribute to LogWriter interface
With this attribute, the LogWriter trait can be implemented
on the foreign side, e.g. in Kotlin, the CustomLogWriter can
implement LogWriter directly.1 parent 296d3d1 commit c4235a5
File tree
2 files changed
+3
-3
lines changed- bindings
- kotlin/ldk-node-jvm/lib/src/test/kotlin/org/lightningdevkit/ldknode
2 files changed
+3
-3
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments