Skip to content

Commit 9f0e857

Browse files
committed
chore: fix some comments
Signed-off-by: jinjingroad <[email protected]>
1 parent de0faae commit 9f0e857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action/protocol/execution/evm/evmstatedbadapter_erigon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ func (s *ErigonStateDBAdapter) SelfDestruct(evmAddr common.Address) {
141141
s.intra.Selfdestruct(libcommon.Address(evmAddr))
142142
}
143143

144-
// SelfDestruct6780 marks the given address for self-destruction
144+
// Selfdestruct6780 marks the given address for self-destruction
145145
func (s *ErigonStateDBAdapter) Selfdestruct6780(evmAddr common.Address) {
146146
s.StateDBAdapter.Selfdestruct6780(evmAddr)
147147
s.intra.Selfdestruct6780(libcommon.Address(evmAddr))

blockchain/genesis/genesis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ type (
399399
NativeStakingContractAddress string `yaml:"nativeStakingContractAddress"`
400400
// NativeStakingContractCode is the code of native staking contract
401401
NativeStakingContractCode string `yaml:"nativeStakingContractCode"`
402-
// ConsortiumCommitteeCode is the code of consortiumCommittee contract
402+
// ConsortiumCommitteeContractCode is the code of consortiumCommittee contract
403403
ConsortiumCommitteeContractCode string `yaml:"consortiumCommitteeContractCode"`
404404
// VoteThreshold is the vote threshold amount in decimal string format
405405
VoteThreshold string `yaml:"voteThreshold"`

0 commit comments

Comments
 (0)