Commit b3ae12f7 authored by dev0tion's avatar dev0tion

Trim whitespaces for send address

parent 313255eb
...@@ -131,7 +131,7 @@ export class SendComponent implements OnInit { ...@@ -131,7 +131,7 @@ export class SendComponent implements OnInit {
this.globalService.getWalletName(), this.globalService.getWalletName(),
"account 0", "account 0",
this.sendForm.get("password").value, this.sendForm.get("password").value,
this.sendForm.get("address").value, this.sendForm.get("address").value.trim(),
this.sendForm.get("amount").value, this.sendForm.get("amount").value,
this.sendForm.get("fee").value, this.sendForm.get("fee").value,
true 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