We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48271d5 commit 55fbcb8Copy full SHA for 55fbcb8
1 file changed
plugins/spender/splice.c
@@ -187,7 +187,7 @@ static struct command_result *do_fail(struct command *cmd,
187
"splice_error(psbt:%p, splice_cmd:%p, str: %s)",
188
splice_cmd->psbt, splice_cmd, str ?: "");
189
190
- abort_pkg = tal(cmd->plugin, struct abort_pkg);
+ abort_pkg = tal(cmd, struct abort_pkg);
191
abort_pkg->splice_cmd = tal_steal(abort_pkg, splice_cmd);
192
abort_pkg->str = tal_strdup(abort_pkg, str);
193
abort_pkg->code = code;
0 commit comments