Skip to content

Commit

Permalink
add Crypto contract to slice of all system contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Oct 21, 2024
1 parent 4cb8f01 commit c61e4aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fvm/systemcontracts/system_contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ func (c SystemContracts) All() []SystemContract {
// EVMStorage is not included here, since it is not a contract

c.Burner,
c.Crypto,
}
}

Expand Down

0 comments on commit c61e4aa

Please sign in to comment.