Skip to content

Commit

Permalink
Merge PR cosmos#4500: Remove unnecessary auth dependency from the ser…
Browse files Browse the repository at this point in the history
…ver package
  • Loading branch information
alessio authored and alexanderbez committed Jun 6, 2019
1 parent 1ccf0c2 commit 5b78a7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/mock/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"fmt"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/auth"
)

// An sdk.Tx which is its own sdk.Msg.
Expand Down Expand Up @@ -56,10 +55,6 @@ func (tx kvstoreTx) GetSigners() []sdk.AccAddress {
return nil
}

func (tx kvstoreTx) GetSignatures() []auth.StdSignature {
return nil
}

// takes raw transaction bytes and decodes them into an sdk.Tx. An sdk.Tx has
// all the signatures and can be used to authenticate.
func decodeTx(txBytes []byte) (sdk.Tx, sdk.Error) {
Expand Down

0 comments on commit 5b78a7b

Please sign in to comment.