Remove unnecessary constructors from UMElem
#4398
Labels
conway
dijkstra
Ledger era that will follow after Conway
intra-era-hardfork
A task that requires an intra-era hard fork
simplification
A nice to have improvement that simplifies the implementation
All elements in the
UMap
need to have a deposit & reward amount. So the half of the constructors that don't have that should be unused. Also, Conway removes pointer addresses, so there's no reason to keep a set of pointers around, cutting the amount of constructors in half again.The text was updated successfully, but these errors were encountered: