Skip to content

Commit

Permalink
frontrun changing the scheme value to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Ignacio Hagopian <[email protected]>
  • Loading branch information
jsign committed Dec 18, 2023
1 parent c6c7759 commit f800699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eip5564.zig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub const Privkey = [32]u8;
pub const Pubkey = [33]u8;
pub const EthAddress = [20]u8;

// StealthAddress is an implementation of EIP-5564 for the `schemeId`=0x00 (i.e: SECP256k1, with view tags)
// StealthAddress is an implementation of EIP-5564 for the `schemeId`=0x01 (i.e: SECP256k1, with view tags)
// In the future, we can generalize the code if more schemes are added.
pub const EIP5564 = struct {
// `n` as defined in the spec.
Expand Down

0 comments on commit f800699

Please sign in to comment.