Skip to content

Commit

Permalink
Merge 41e7840 into e8c4b75
Browse files Browse the repository at this point in the history
  • Loading branch information
findbug2019 committed Mar 13, 2019
2 parents e8c4b75 + 41e7840 commit c428eb5
Show file tree
Hide file tree
Showing 20 changed files with 495 additions and 260 deletions.
2 changes: 1 addition & 1 deletion accountmanager/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func NewAccount(accountName common.Name, founderName common.Name, pubkey common.
}

func (a *Account) HaveCode() bool {
if a.GetCodeSize() == 0 {
if a.GetCodeSize() == 0 {
return false
}
return true
Expand Down

0 comments on commit c428eb5

Please sign in to comment.