koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

#303: Cleanup applicator #308

Closed mvandeberg closed 4 days ago

mvandeberg commented 5 days ago

Resolves #303

Brief description

Renames the applicator instance to a and clarifies functions that operate on blocks (i.e. addEntry -> addBlockEntry).

Checklist

Demonstration