Skip to content

Commit 7a20f46

Browse files
gballetshekhirin
authored andcommitted
accounts/scwallet: fix keycard data signing error (ethereum#25331)
accounts/scwallet: fix keycard data signing
1 parent 4a4ad76 commit 7a20f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accounts/scwallet/wallet.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ const (
9999
P1DeriveKeyFromCurrent = uint8(0x10)
100100
statusP1WalletStatus = uint8(0x00)
101101
statusP1Path = uint8(0x01)
102-
signP1PrecomputedHash = uint8(0x01)
103-
signP2OnlyBlock = uint8(0x81)
102+
signP1PrecomputedHash = uint8(0x00)
103+
signP2OnlyBlock = uint8(0x00)
104104
exportP1Any = uint8(0x00)
105105
exportP2Pubkey = uint8(0x01)
106106
)

0 commit comments

Comments
 (0)