Commit 242d1cc
fix: use FILE (not FILE_ONLY) as blockStream.writerMode when no block node
FILE_ONLY is not a valid BlockStreamWriterMode enum value in CN v0.74; the
correct value is FILE. Using FILE_ONLY caused CN to fail to become ACTIVE
across all E2E tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>1 parent f9e70fd commit 242d1cc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | | - | |
| 545 | + | |
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
| |||
0 commit comments