| 371 | } |
| 372 | |
| 373 | static struct txo_pair *new_txo_pair(const tal_t *ctx) |
| 374 | { |
| 375 | struct txo_pair *pr = tal(ctx, struct txo_pair); |
| 376 | pr->txo = NULL; |
| 377 | pr->spend = NULL; |
| 378 | return pr; |
| 379 | } |
| 380 | |
| 381 | static struct txo_set *find_txo_set(const tal_t *ctx, |
| 382 | struct db *db, |