Wrong error msg upon updating custom fees for fungible or non fungible tokens if list is more than 10 #17533
Labels
Bug
An error that causes the feature to behave differently than what was expected based on design.
Background
In smart-contracts we want to bump the version of the local node from 2.32.6 to 2.33.0 which updates the version of the services from 0.54.0-alpha.5 to 0.57.3. The problem is that in smart contracts there are two tests which check error msg upon trying to update custom fees for list of fungible or non fungible tokens which is more than 10. The expected error is
CUSTOM_FEES_LIST_TOO_LONG
, but the error received isINVALID_OPERATION
.Note: version 0.54.2 works okay with the tests and then from version 0.55.0 the tests start failing.
Blocks: 1207 from smart contracts
Acceptance Criteria
Expected msg
CUSTOM_FEES_LIST_TOO_LONG
Definition of Ready (DoR) Checklist
Definition of Done (DoD) Checklist
The text was updated successfully, but these errors were encountered: