This commit is contained in:
Daniel Lugo 2020-01-30 07:28:13 -04:00
parent e90c3b2066
commit 98bb44042e

View file

@ -38,6 +38,10 @@ const react = () => {
const pubToAvatar = Streams.getPubToAvatar()
const pubToDN = Streams.getPubToDn()
console.log(
`pubToLastSentREqID: ${JSON.stringify(pubToLastSentReqID, null, 4)}`
)
for (const storedReq of storedReqs) {
const { handshakeAddress, recipientPub, sentReqID, timestamp } = storedReq
const currAddress = pubToHAddr[recipientPub]