X-CASH-official / xcash-core

📦 First Cryptonote coin with public & private transactions, custom DPOS consensus
https://xcash.foundation
Other
66 stars 20 forks source link

implement deadline for socket timeout #5

Closed picatextra closed 5 years ago

zachhildreth commented 5 years ago

Hi, I tested the code changes in a test setup for DPOPS.

The following is the flow of the delegate register

When I tested it a random network data node received the request to get a list of the current block verifiers and sent the wallet the message, but the wallet then somewhere failed between this and sending the add delegates message

I tried to use print statements to see anything, but nothing showed up for the result or the try/catch