Skip to content

Commit 87b9f2f

Browse files
committed
shim: fix up the error message when no submit key
1 parent bc06b09 commit 87b9f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sugondat-shim/src/sugondat_rpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl Client {
9999
.tx()
100100
.create_signed(&extrinsic, &key, Default::default())
101101
.await
102-
.with_context(|| format!("failed to validate or sign extrinsic with dev key pair"))?;
102+
.with_context(|| format!("failed to validate or sign extrinsic"))?;
103103

104104
let events = signed
105105
.submit_and_watch()

0 commit comments

Comments
 (0)