Skip to content

Commit 4851d24

Browse files
authored
Merge branch 'dev' into POC_microcrate_account
2 parents 02fd025 + 94486f2 commit 4851d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zingolib/src/commands.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -831,14 +831,14 @@ impl Command for ProposeCommand {
831831
Ok(args) => args,
832832
Err(e) => {
833833
return format!(
834-
"Error: {}\nTry 'help send' for correct usage and examples.",
834+
"Error: {}\nTry 'help propose' for correct usage and examples.",
835835
e
836836
)
837837
}
838838
};
839839
if let Err(e) = utils::check_memo_compatibility(&send_inputs, &lightclient.config().chain) {
840840
return format!(
841-
"Error: {}\nTry 'help send' for correct usage and examples.",
841+
"Error: {}\nTry 'help propose' for correct usage and examples.",
842842
e,
843843
);
844844
};

0 commit comments

Comments
 (0)