rpc logs
This commit is contained in:
parent
01d9385813
commit
ce4bc5556c
1 changed files with 3 additions and 1 deletions
|
|
@ -2376,9 +2376,11 @@ module.exports = async (
|
|||
? gun.user(publicKey)
|
||||
: gun
|
||||
keys.forEach(key => (node = node.get(key)))
|
||||
|
||||
console.log(`fetching: ${keys}`)
|
||||
return new Promise((res, rej) => {
|
||||
const listener = data => {
|
||||
console.log(`got res for: ${keys}`)
|
||||
console.log(data)
|
||||
if (publicKeyForDecryption) {
|
||||
GunWriteRPC.deepDecryptIfNeeded(
|
||||
data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue