Using AccountId
(or Option<AccountId>
as the type of a dynamic_params
parameter fails parsing
#7165
Open
2 tasks done
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
Due to the fact that
dynamic_params
macro only allows for static items, if you do something like this:The expansion process will fail, with this error:
Notes
Found in runtimes#511.
The text was updated successfully, but these errors were encountered: