| 55 | }; |
| 56 | |
| 57 | static struct command_result * |
| 58 | txprepare_cleanup_done(struct command *cmd, |
| 59 | const char *method UNUSED, |
| 60 | const char *buf UNUSED, |
| 61 | const jsmntok_t *result UNUSED, |
| 62 | struct txprepare_cleanup *cleanup) |
| 63 | { |
| 64 | return command_err_raw(cmd, cleanup->error_json); |
| 65 | } |
| 66 | |
| 67 | /* Immediate send flows must drop the original PSBT input reservation. */ |
| 68 | static struct command_result * |
nothing calls this directly
no test coverage detected