Skip to content

Commit

Permalink
Fix system init action
Browse files Browse the repository at this point in the history
  • Loading branch information
jubeless committed Jul 23, 2020
1 parent 1d323b9 commit 4255016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/initsystem.go
Expand Up @@ -9,7 +9,7 @@ import (
func NewInitSystem(version eos.Varuint32, core eos.Symbol) *eos.Action {
return &eos.Action{
Account: AN("eosio"),
Name: ActN("regproducer"),
Name: ActN("init"),
Authorization: []eos.PermissionLevel{
{
Actor: AN("eosio"),
Expand Down

0 comments on commit 4255016

Please sign in to comment.