mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
Don't print keys
This commit is contained in:
parent
832be89cab
commit
e2fe526be4
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ class _UnlockWalletKeysDesktopState
|
||||||
keys: (await wallet.getSerializedKeys())!,
|
keys: (await wallet.getSerializedKeys())!,
|
||||||
config: (await wallet.getMultisigConfig())!,
|
config: (await wallet.getMultisigConfig())!,
|
||||||
);
|
);
|
||||||
print(1111111);
|
|
||||||
print(frostData);
|
|
||||||
} else {
|
} else {
|
||||||
throw Exception("FIXME ~= see todo in code");
|
throw Exception("FIXME ~= see todo in code");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue