Skip to content

Commit 9726464

Browse files
committed
Clarify error message. Closes #8
1 parent 4111576 commit 9726464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/wallets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ impl RpcWallet {
479479
Ok(sname) => sname,
480480
Err(_) => {
481481
return Err(anyhow!(
482-
"recipient must be a valid space name or an address"
482+
"recipient must be a valid space name prefixed with @ or an address"
483483
));
484484
}
485485
};

0 commit comments

Comments
 (0)