cln/doc
Rusty Russell ebc9a8b28e lightningd: fix name of chainmoves journal entry.
```
lightningd: FATAL SIGNAL 6 (version v25.09rc1-1-ga00ed81)
0x5c9e848ca050 send_backtrace
	common/daemon.c:33
0x5c9e848ca249 crashdump
	common/daemon.c:78
0x7f451664532f ???
	./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
0x7f451669eb2c __pthread_kill_implementation
	./nptl/pthread_kill.c:44
0x7f451669eb2c __pthread_kill_internal
	./nptl/pthread_kill.c:78
0x7f451669eb2c __GI___pthread_kill
	./nptl/pthread_kill.c:89
0x7f451664527d __GI_raise
	../sysdeps/posix/raise.c:26
0x7f45166288fe __GI_abort
	./stdlib/abort.c:79
0x5c9e84893ac3 migrate_from_account_db
	wallet/account_migration.c:500
0x5c9e848943f7 db_migrate
	wallet/db.c:1139
...
#5  0x0000555555615ac4 in migrate_from_account_db (ld=0x555555999238, db=0x55555599b158) at wallet/account_migration.c:500
500				abort();
(gdb) p ev->tag
$1 = 0x555555a4fbb8 "journal_entry"
```

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-08-21 13:21:17 +09:30
..
beginners-guide doc: Fix links to avoid 404 error 2025-06-26 14:21:56 +09:30
contribute-to-core-lightning chore: update docs for uv 2025-08-11 11:06:22 +09:30
developers-guide libplugin: correctly wrap notifications we send in the notification name. 2025-08-18 10:01:07 +09:30
getting-started doc: Add macOS uv instructions to installations.md 2025-08-18 14:20:12 +09:30
miscellaneous move old misc file to another folder 2023-07-16 12:59:40 +09:30
node-operators-guide doc: Fix links to avoid 404 error 2025-06-26 14:21:56 +09:30
schemas lightningd: fix name of chainmoves journal entry. 2025-08-21 13:21:17 +09:30
.gitignore doc: document the sql command. 2023-01-30 15:15:41 -06:00
CHANGELOG.md docs: Add configuration for the sphinx documentation generator 2019-02-18 02:42:29 +00:00
index.rst lightningd: add listchainmoves and listchannelmoves commands. 2025-08-19 13:37:50 +09:30
LICENSE.md docs: Add LICENSE to the About section 2023-03-25 15:40:35 +10:30
lightning-cli.1.md chore: fix some minor issues 2025-08-15 11:05:51 +09:30
lightning-hsmtool.8.md hsmtool: implement new "derivetoremote" method 2025-07-08 12:21:24 +09:30
lightning-reckless.1.md reckless: add update command 2025-05-14 13:02:03 +09:30
lightningd-config.5.md lightningd: migrate events from bookkeeper at startup. 2025-08-19 13:37:50 +09:30
lightningd-rpc.7.md doc: fix typo and missing ws: prefix documentation. 2025-07-23 13:52:25 -07:00
lightningd.8.md newaddr: various fixes for msggen and docs 2024-04-17 14:47:52 +02:00
Makefile lightningd: add listchainmoves and listchannelmoves commands. 2025-08-19 13:37:50 +09:30
reckless.7.md Separate reckless utility (1) and reckless rpc (7) documentation 2025-05-13 19:11:27 +09:30
rpc-schema-draft.json doc: fix all JSON schemas to enforce no additional properties. 2024-10-30 15:39:12 +10:30
undoc-flags.list tools/check-manpage.sh: update undoc to a simple list. 2023-08-18 20:29:34 +09:30