Closed kentbull closed 1 month ago
The prior code would fix smids and rmids for all new rotation members on each rotation yet would not fix the smids and rmids for the group lead submitting the multisig event because of the early return when the serder arg is not present.
This fixes that.
Fixes: https://github.com/WebOfTrust/keripy/issues/856
Can this be merged now given our offline chat discussing that the smids and rmids are desired state, not final state?
smids
rmids
The prior code would fix smids and rmids for all new rotation members on each rotation yet would not fix the smids and rmids for the group lead submitting the multisig event because of the early return when the serder arg is not present.
This fixes that.
Fixes: https://github.com/WebOfTrust/keripy/issues/856