This PR removes coordt.Node which was created early in development. Originally query functions received this node interface with the intention that they could use it to interact directly with a discovered remote node. It is now redundant since query functions now only receive the node id,
This PR removes coordt.Node which was created early in development. Originally query functions received this node interface with the intention that they could use it to interact directly with a discovered remote node. It is now redundant since query functions now only receive the node id,
As a side effect, fixes https://github.com/plprobelab/zikade/issues/58 since that code is no longer needed.