Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
envestcc committed Jun 6, 2024
1 parent 5ee2ecf commit 335baa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/protocol/staking/ethabi/v3/stake_candidatebyid.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func NewCandidateByIDStateContext(data []byte, methodABI *abi.Method, apiMethod
return nil, err
}
return &stakingComm.CandidateByAddressStateContext{
&protocol.BaseStateContext{
BaseStateContext: &protocol.BaseStateContext{
Parameter: &protocol.Parameters{
MethodName: methodBytes,
Arguments: [][]byte{argumentsBytes},
Expand Down

0 comments on commit 335baa3

Please sign in to comment.