Ethereum process_primary_wallet with previous active SONs
Now we use current active SONs set as signers for update owner smart contract function:
stc_op.signers = gpo.active_sons.at(sidechain);
Change this to use previous set of active SONs.
Now we use current active SONs set as signers for update owner smart contract function:
stc_op.signers = gpo.active_sons.at(sidechain);
Change this to use previous set of active SONs.