We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13d7d97 commit 3de083dCopy full SHA for 3de083d
src/app/components/send/ui/primary.rs
@@ -128,7 +128,7 @@ pub fn show_send(s: &mut Cursive, with_message: bool) {
128
let mut message = String::from("");
129
let mut amount = String::from("");
130
s.call_on_name("address", |view: &mut TextArea| {
131
- address = String::from(view.get_content());
+ address = String::from(view.get_content().trim());
132
})
133
.unwrap();
134
if with_message {
0 commit comments