mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
remove logs
This commit is contained in:
parent
37bd52aefa
commit
9b0a45858d
@ -232,7 +232,6 @@ export async function userInfoCase(request, event) {
|
|||||||
export async function decryptWalletCase(request, event) {
|
export async function decryptWalletCase(request, event) {
|
||||||
try {
|
try {
|
||||||
const { password, wallet } = request.payload;
|
const { password, wallet } = request.payload;
|
||||||
console.log('wallet', wallet)
|
|
||||||
const response = await decryptWallet({password, wallet, walletVersion: wallet?.version || walletVersion});
|
const response = await decryptWallet({password, wallet, walletVersion: wallet?.version || walletVersion});
|
||||||
event.source.postMessage(
|
event.source.postMessage(
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user