talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
135 stars 63 forks source link

Restrict main trait visibility #5

Closed sr-gi closed 2 years ago

sr-gi commented 2 years ago

Most of the methods in the main crate structs could be pub(crate) instead of pub, given they are called by methods in structs within the crate. I've tried to do so but got several [dead_code] warnings that I could not make much sense of.

Not a priority, but it may be nice to set the proper visibility eventually so we can at least take advantage of proper [dead_code] warnings.