mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
accounts/scwallet: fix keycard data signing error (#25331)
accounts/scwallet: fix keycard data signing
This commit is contained in:
parent
7496ad8edc
commit
0c66d971e7
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ const (
|
||||||
P1DeriveKeyFromCurrent = uint8(0x10)
|
P1DeriveKeyFromCurrent = uint8(0x10)
|
||||||
statusP1WalletStatus = uint8(0x00)
|
statusP1WalletStatus = uint8(0x00)
|
||||||
statusP1Path = uint8(0x01)
|
statusP1Path = uint8(0x01)
|
||||||
signP1PrecomputedHash = uint8(0x01)
|
signP1PrecomputedHash = uint8(0x00)
|
||||||
signP2OnlyBlock = uint8(0x81)
|
signP2OnlyBlock = uint8(0x00)
|
||||||
exportP1Any = uint8(0x00)
|
exportP1Any = uint8(0x00)
|
||||||
exportP2Pubkey = uint8(0x01)
|
exportP2Pubkey = uint8(0x01)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue