Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Jan 24, 2023
1 parent 2b5e000 commit 2f800b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/substrate/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const handlers: Handlers = {
return {
peers: 0,
isSyncing: false,
shouldhVePeers: false,
shouldHavePeers: false,
}
},
system_dryRun: async (context, [extrinsic, at]) => {
Expand Down

0 comments on commit 2f800b9

Please sign in to comment.