Skip to content

Commit

Permalink
Merge 364a0c1 into aa959c8
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis88 committed Mar 19, 2019
2 parents aa959c8 + 364a0c1 commit fa857b1
Show file tree
Hide file tree
Showing 67 changed files with 1,527 additions and 2,566 deletions.
1 change: 0 additions & 1 deletion accountmanager/accountmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,6 @@ func (am *AccountManager) process(action *types.Action) error {
if err != nil {
return err
}

if err := am.CreateAccount(acct.AccountName, acct.Founder, 0, acct.PublicKey); err != nil {
return err
}
Expand Down

0 comments on commit fa857b1

Please sign in to comment.