Closed afck closed 5 years ago
Hi! DynamicHoneyBadger
has field honey_badget
with type HoneyBadger<InternalContrib<C, N>, N>
where InternalContrib
is private struct. It doesn't allow to create a getter for honey_badger
field without making InternalContrib
public. Is it okay to make this struct public?
Sure. The fields of InternalContrib
will remain private anyway.
Should this issue be closed on account of PR#383?
You're right, thanks!
It should be possible to get an immutable reference to the
HoneyBadger
contained in aDynamicHoneyBadger
, so properties likereceived_proposals
can be read.