Delayed node is much like witness_node, except it doesn't have support for block productuion (thus cannot be a witness) and it is not intended to use the P2P network. The delayed node requires a trusted node it can connect to via RPC and download blocks from. The delayed node will only download blocks from the trusted node if those blocks have received a configurable number of confirmations. This commit effectively resolves #237 |
||
|---|---|---|
| .. | ||
| cli_wallet | ||
| delayed_node | ||
| full_web_node | ||
| js_operation_serializer | ||
| light_client | ||
| size_checker | ||
| witness_node | ||
| CMakeLists.txt | ||