Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Apr 5, 2024
1 parent bd3490e commit 47cad7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/spec/crosschain/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ message MsgAddToOutTxTracker {

AddToInTxTracker adds a new record to the inbound transaction tracker.

Authorized: admin policy group 1, observer.

```proto
message MsgAddToInTxTracker {
string creator = 1;
Expand Down
3 changes: 2 additions & 1 deletion x/crosschain/types/tx_body_verification.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ package types

import (
"fmt"
"math/big"

"github.com/btcsuite/btcd/btcec"
"github.com/btcsuite/btcutil"
eth "github.com/ethereum/go-ethereum/common"
ethtypes "github.com/ethereum/go-ethereum/core/types"
"github.com/zeta-chain/zetacore/pkg/chains"
"github.com/zeta-chain/zetacore/pkg/coin"
observertypes "github.com/zeta-chain/zetacore/x/observer/types"
"math/big"
)

// VerifyInTxBody validates the tx body for a inbound tx
Expand Down

0 comments on commit 47cad7e

Please sign in to comment.