Skip to content

Commit

Permalink
Fixed description.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Sep 19, 2023
1 parent ea51d45 commit 4a2d720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/std/src/testing/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const CANONICAL_LENGTH: usize = 90; // n = 45
const SHUFFLES_ENCODE: usize = 10;
const SHUFFLES_DECODE: usize = 2;

// Mock zero pads all human addresses to make them fit the canonical_length
// MockApi zero pads all human addresses to make them fit the canonical_length
// it trims off zeros for the reverse operation.
// not really smart, but allows us to see a difference (and consistent length for canonical addresses)
#[derive(Copy, Clone)]
Expand Down

0 comments on commit 4a2d720

Please sign in to comment.