AuthChallenge: поддержать RecoveryKeyBlock
This commit is contained in:
parent
d2426c473c
commit
f1c1132690
@ -167,7 +167,9 @@ public final class SolanaUserPdaImportService {
|
||||
int blockVer = u8(raw, c++);
|
||||
if (blockVer != 0) return null;
|
||||
|
||||
if (blockType == 1) {
|
||||
if (blockType == 0) {
|
||||
c += 32; // recovery_key
|
||||
} else if (blockType == 1) {
|
||||
c += 32;
|
||||
} else if (blockType == 2) {
|
||||
clientKey32 = slice(raw, c, 32);
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
client.version=1.2.243
|
||||
server.version=1.2.228
|
||||
client.version=1.2.244
|
||||
server.version=1.2.229
|
||||
|
||||
Loading…
Reference in New Issue
Block a user