Open junkil-park opened 1 day ago
The multiple error scenarios end up aborting with the same error code ENO_VOTING_POWER.
https://github.com/aptos-labs/aptos-core/blob/7bcf69850f1cc5490b5dca54e26b5e3c65ecdaae/aptos-move/framework/aptos-framework/sources/delegation_pool.move#L957-L957
More distinct error codes are required for different error scenarios, such as insufficient voting power, insufficient remaining lockup time, and so on.
The multiple error scenarios end up aborting with the same error code ENO_VOTING_POWER.
https://github.com/aptos-labs/aptos-core/blob/7bcf69850f1cc5490b5dca54e26b5e3c65ecdaae/aptos-move/framework/aptos-framework/sources/delegation_pool.move#L957-L957
More distinct error codes are required for different error scenarios, such as insufficient voting power, insufficient remaining lockup time, and so on.