Skip to content

Commit

Permalink
Merge pull request #5 from critesjosh/critesjosh-patch-1
Browse files Browse the repository at this point in the history
Update lib.nr
  • Loading branch information
colinnielsen authored Aug 22, 2023
2 parents f7561d0 + 659858a commit a719c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.nr
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ fn test_u8_32_to_u160() {
193,255,211,207,238,45,158,92,214,118,67,248,243,159,214,229,26,173,136,246,244,206,106,184,130,114,121,207,255,185,34,102
];

let mut right_20_bytes: [u8; 20] = [0; 20];
let mut right_20_bytes: [u8] = [0];
for i in 0..20 {
right_20_bytes[i] = hashed_pub_key[i + 12];
}
Expand Down

0 comments on commit a719c64

Please sign in to comment.