LiskArchive / lisk-engine

:bullettrain_front: Lisk blockchain engine
https://lisk.com
Apache License 2.0
0 stars 0 forks source link

Check functions visibility in p2p/v2 #65

Closed matjazv closed 1 year ago

matjazv commented 1 year ago

Description

Some functions in p2p/v2 may not need to be exposed to other modules. Check all exposed functions and consider their visibility. If needed, mark any of those as private.

Acceptance Criteria