We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc06b09 commit 87b9f2fCopy full SHA for 87b9f2f
sugondat-shim/src/sugondat_rpc.rs
@@ -99,7 +99,7 @@ impl Client {
99
.tx()
100
.create_signed(&extrinsic, &key, Default::default())
101
.await
102
- .with_context(|| format!("failed to validate or sign extrinsic with dev key pair"))?;
+ .with_context(|| format!("failed to validate or sign extrinsic"))?;
103
104
let events = signed
105
.submit_and_watch()
0 commit comments