mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 04:31:08 +00:00
chore: fix some typos (#1997)
* Update events.rs * Update transaction_extensions.rs * Update mod.rs * Update lib.rs --------- Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
+1
-1
@@ -722,7 +722,7 @@ mod tests {
|
||||
let metadata = metadata::<Event>();
|
||||
|
||||
// Encode our events in the format we expect back from a node, and
|
||||
// construst an Events object to iterate them:
|
||||
// construct an Events object to iterate them:
|
||||
let event1 = Event::A(1);
|
||||
let event2 = Event::B(true);
|
||||
let event3 = Event::A(234);
|
||||
|
||||
Reference in New Issue
Block a user