adjust examples

This commit is contained in:
Tadeo hepperle
2024-02-20 19:24:31 +01:00
parent d9dac3a190
commit a1744713e4
6 changed files with 33 additions and 21 deletions
+2 -2
View File
@@ -103,8 +103,8 @@ impl<T: Config> DefaultExtrinsicParamsBuilder<T> {
self
}
/// Provide a specific nonce for the submitter of the extrinsic
pub fn nonce(mut self, nonce: u64) -> Self {
/// Provide a specific nonce for the submitter of the extrinsic
pub fn nonce(mut self, nonce: u64) -> Self {
self.nonce = Some(nonce);
self
}