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 78567b7 commit 2bdaae9Copy full SHA for 2bdaae9
binaries/cuprated/src/rpc/handlers/json_rpc.rs
@@ -1071,7 +1071,7 @@ fn add_aux_pow_inner(
1071
// Some of the code below requires that the
1072
// `.len()` of certain containers are the same.
1073
// Boxed slices are used over `Vec` to slightly
1074
- // safe-guard against accidently pushing to it.
+ // safe-guard against accidentally pushing to it.
1075
let aux_pow = request.aux_pow.into_boxed_slice();
1076
1077
// TODO: why is this here? it does nothing:
0 commit comments