Skip to content

Commit f800699

Browse files
committed
frontrun changing the scheme value to 1
Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent c6c7759 commit f800699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eip5564.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub const Privkey = [32]u8;
77
pub const Pubkey = [33]u8;
88
pub const EthAddress = [20]u8;
99

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

0 commit comments

Comments
 (0)