You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently genesis only supports accounts owned by a single key. This should be expanded to support multi-sig accounts.
This will require some thought as currently balances are assigned to single keys from which they can be transferred to established accounts. In short, all balances initially belong to implicit accounts. There is no good equivalent for multi-sig accounts, so this needs to be brainstormed.
Secondly, multi-sig txs should be supported in the genesis transactions and the client tooling should handle this. This is more straightforward.
The text was updated successfully, but these errors were encountered:
Currently genesis only supports accounts owned by a single key. This should be expanded to support multi-sig accounts.
This will require some thought as currently balances are assigned to single keys from which they can be transferred to established accounts. In short, all balances initially belong to implicit accounts. There is no good equivalent for multi-sig accounts, so this needs to be brainstormed.
Secondly, multi-sig txs should be supported in the genesis transactions and the client tooling should handle this. This is more straightforward.
The text was updated successfully, but these errors were encountered: