log
This commit is contained in:
parent
e90c3b2066
commit
98bb44042e
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ const react = () => {
|
||||||
const pubToAvatar = Streams.getPubToAvatar()
|
const pubToAvatar = Streams.getPubToAvatar()
|
||||||
const pubToDN = Streams.getPubToDn()
|
const pubToDN = Streams.getPubToDn()
|
||||||
|
|
||||||
|
console.log(
|
||||||
|
`pubToLastSentREqID: ${JSON.stringify(pubToLastSentReqID, null, 4)}`
|
||||||
|
)
|
||||||
|
|
||||||
for (const storedReq of storedReqs) {
|
for (const storedReq of storedReqs) {
|
||||||
const { handshakeAddress, recipientPub, sentReqID, timestamp } = storedReq
|
const { handshakeAddress, recipientPub, sentReqID, timestamp } = storedReq
|
||||||
const currAddress = pubToHAddr[recipientPub]
|
const currAddress = pubToHAddr[recipientPub]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue