File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
action/protocol/execution/evm Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ func (s *ErigonStateDBAdapter) SelfDestruct(evmAddr common.Address) {
141
141
s .intra .Selfdestruct (libcommon .Address (evmAddr ))
142
142
}
143
143
144
- // SelfDestruct6780 marks the given address for self-destruction
144
+ // Selfdestruct6780 marks the given address for self-destruction
145
145
func (s * ErigonStateDBAdapter ) Selfdestruct6780 (evmAddr common.Address ) {
146
146
s .StateDBAdapter .Selfdestruct6780 (evmAddr )
147
147
s .intra .Selfdestruct6780 (libcommon .Address (evmAddr ))
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ type (
399
399
NativeStakingContractAddress string `yaml:"nativeStakingContractAddress"`
400
400
// NativeStakingContractCode is the code of native staking contract
401
401
NativeStakingContractCode string `yaml:"nativeStakingContractCode"`
402
- // ConsortiumCommitteeCode is the code of consortiumCommittee contract
402
+ // ConsortiumCommitteeContractCode is the code of consortiumCommittee contract
403
403
ConsortiumCommitteeContractCode string `yaml:"consortiumCommitteeContractCode"`
404
404
// VoteThreshold is the vote threshold amount in decimal string format
405
405
VoteThreshold string `yaml:"voteThreshold"`
You can’t perform that action at this time.
0 commit comments