` node.encrypt(password).then((keystore) => { const response = { keystore, mnemonic, address: node.address, } fulfill(response) }) ` i already run yarn patch
node.encrypt(password).then((keystore) => { const response = { keystore, mnemonic, address: node.address, } fulfill(response) })i already run yarn patch