Commit b3ae12f7 authored by dev0tion's avatar dev0tion

Trim whitespaces for send address

parent 313255eb
......@@ -131,7 +131,7 @@ export class SendComponent implements OnInit {
this.globalService.getWalletName(),
"account 0",
this.sendForm.get("password").value,
this.sendForm.get("address").value,
this.sendForm.get("address").value.trim(),
this.sendForm.get("amount").value,
this.sendForm.get("fee").value,
true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment