Skip to content

Instantly share code, notes, and snippets.

@k26dr
Last active July 9, 2018 15:40
Show Gist options
  • Save k26dr/0617e98723fc204d40086fe84dd4a414 to your computer and use it in GitHub Desktop.
Save k26dr/0617e98723fc204d40086fe84dd4a414 to your computer and use it in GitHub Desktop.
Alternative eosio.sudo proposal
// Add arbitration to eosio.sudo multisig
{
"threshold": 2,
"accounts": [
{"permission": {"actor": "eosio.prods", "permission": "active"}, "weight": 1},
{"permission": {"actor": "eosio.ecaf", "permission": "active"}, "weight": 1},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment