Skip to content

Commit

Permalink
accounts/scwallet: fix keycard data signing error (ethereum#25331)
Browse files Browse the repository at this point in the history
accounts/scwallet: fix keycard data signing
  • Loading branch information
gballet authored and shekhirin committed Jun 6, 2023
1 parent 4a4ad76 commit 7a20f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accounts/scwallet/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ const (
P1DeriveKeyFromCurrent = uint8(0x10)
statusP1WalletStatus = uint8(0x00)
statusP1Path = uint8(0x01)
signP1PrecomputedHash = uint8(0x01)
signP2OnlyBlock = uint8(0x81)
signP1PrecomputedHash = uint8(0x00)
signP2OnlyBlock = uint8(0x00)
exportP1Any = uint8(0x00)
exportP2Pubkey = uint8(0x01)
)
Expand Down

0 comments on commit 7a20f46

Please sign in to comment.