chore: set proto/cosmos/autocli to main (#23725)
This commit is contained in:
@@ -48,3 +48,7 @@ func (pv PV) SignProposal(chainID string, proposal *cmtproto.Proposal) error {
|
||||
proposal.Signature = sig
|
||||
return nil
|
||||
}
|
||||
|
||||
func (pv PV) SignBytes(bytes []byte) ([]byte, error) {
|
||||
return pv.PrivKey.Sign(bytes)
|
||||
}
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
package mock
|
||||
|
||||
import (
|
||||
reflect "reflect"
|
||||
"reflect"
|
||||
|
||||
gomock "go.uber.org/mock/gomock"
|
||||
"go.uber.org/mock/gomock"
|
||||
|
||||
types "github.com/cosmos/cosmos-sdk/types"
|
||||
"github.com/cosmos/cosmos-sdk/types"
|
||||
)
|
||||
|
||||
// MockAnteDecorator is a mock of AnteDecorator interface.
|
||||
|
||||
Reference in New Issue
Block a user