We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7496ad8 commit 0c66d97Copy full SHA for 0c66d97
accounts/scwallet/wallet.go
@@ -99,8 +99,8 @@ const (
99
P1DeriveKeyFromCurrent = uint8(0x10)
100
statusP1WalletStatus = uint8(0x00)
101
statusP1Path = uint8(0x01)
102
- signP1PrecomputedHash = uint8(0x01)
103
- signP2OnlyBlock = uint8(0x81)
+ signP1PrecomputedHash = uint8(0x00)
+ signP2OnlyBlock = uint8(0x00)
104
exportP1Any = uint8(0x00)
105
exportP2Pubkey = uint8(0x01)
106
)
0 commit comments