Skip to content

Commit f33c94c

Browse files
committed
chore: build error
1 parent 70cd33d commit f33c94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/display.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ bool prepare_display_output() {
328328
}
329329
memmove(g_output_data,
330330
G_context.tx_info.output_datas[output.script.data_index].data,
331-
G_context.tx_info.output_datas[output.script.data_index].len, );
331+
G_context.tx_info.output_datas[output.script.data_index].len);
332332
}
333333

334334
if (output.script.type == SCRIPT_P2PKH || output.script.type == SCRIPT_P2SH) {

0 commit comments

Comments
 (0)