diff --git a/modules/net/dap_chain_node_cli_cmd.c b/modules/net/dap_chain_node_cli_cmd.c index d73670684aa5f240b44ccefcd706d846cc3d610e..7fb5ce1126eaa297f36faef4a2dcd40b3fce679e 100644 --- a/modules/net/dap_chain_node_cli_cmd.c +++ b/modules/net/dap_chain_node_cli_cmd.c @@ -2195,7 +2195,7 @@ int l_arg_index = 1, l_rc, cmd_num = CMD_NONE; "sig_multi_chained. You must specify at least two more " "signatures other than sig_multi_chained.\n" "After sig_multi_chained, you must specify two more signatures " - "from the list: %s", dap_cert_get_str_recommended_sign()); + "from the list:\n%s", dap_cert_get_str_recommended_sign()); json_object_put(json_arr_out); return DAP_CHAIN_NODE_CLI_COM_TX_WALLET_UNKNOWN_SIGN_ERR; }