throw new Error('Failed to delete wallet from database')\r
}\r
this.#safe.terminate()\r
+ clearTimeout(this.#lockTimer)\r
} catch (err) {\r
console.error(err)\r
throw new Error('Failed to destroy wallet', { cause: err })\r
const sig = bytes.toHex(new Uint8Array(signature))\r
block.signature = sig\r
clearTimeout(this.#lockTimer)\r
- this.#lockTimer = setTimeout(() => this.lock(), 120)\r
+ this.#lockTimer = setTimeout(() => this.lock(), 300000)\r
return sig\r
} catch (err) {\r
throw new Error(`Failed to sign block`, { cause: err })\r