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 gzliudan committed Jan 10, 2025
1 parent 79e60aa commit df85154
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 df85154

Please sign in to comment.