Skip to content

Commit

Permalink
Add active resign, with key
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljyeates committed Oct 22, 2018
1 parent 7900933 commit 8a4ad37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eosdac-testnet/permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ run_cmd "set action permission $dacauthority $daccustodian firecand med -p $daca
run_cmd "set action permission $dacauthority $daccustodian '' high -p $dacauthority@owner"
#run_cmd "set action permission $dacauthority eosio updateauth owner -p $dacauthority@owner"
# set dacauthority@owner to point to [email protected]
run_cmd "set account permission $dacauthority active ./perms/dacauthority_active.json owner -p $dacauthority@owner"
run_cmd "set account permission $dacauthority owner ./perms/daccustodian_updateauth.json '' -p $dacauthority@owner"

# resign daccustodian account to dacauthority@active
Expand Down
2 changes: 1 addition & 1 deletion eosdac-testnet/perms/dacauthority_active.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"threshold": 1,
"keys": [],
"keys": [{"key":"EOS8PpzcMENPHNmmTfcE6Viu9pcqPHTr8iXXm6XX3fVLMggq4MZe2", "weight":1}],
"accounts": [
{"permission":{"actor":"dacauthority", "permission":"high"}, "weight":1}
],
Expand Down

0 comments on commit 8a4ad37

Please sign in to comment.