bkpr: insert obscure 60s pop references.

The initial snapshots on an already-running lightningd are expected to
be unbalanced, but this shouldn't cause users to long for the green,
green grass of home.

This controls the Art of Noise.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-08-01 09:55:05 +09:30
committed by neil saitug
parent 3445882ee4
commit 2971b2af79
7 changed files with 43 additions and 20 deletions

View File

@@ -290,7 +290,7 @@ void db_prepare_for_changes(struct db *db)
db->changes = tal_arr(db, const char *, 0);
}
struct db *db_open(const tal_t *ctx, char *filename)
struct db *db_open(const tal_t *ctx, const char *filename)
{
struct db *db;