iroha
iroha copied to clipboard
[bug] `model` macro produces unexpected fields visibility
model
macro docs say that private fields will be genereted with pub(super)
visibility, but in fact they still remain private
I'm not sure if this is the case. Should be verified