From 47cad7e2002c8ffdbb50f254e4959008ba5754e0 Mon Sep 17 00:00:00 2001 From: lumtis Date: Fri, 5 Apr 2024 13:59:39 +0200 Subject: [PATCH] make generate --- docs/spec/crosschain/messages.md | 2 -- x/crosschain/types/tx_body_verification.go | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/spec/crosschain/messages.md b/docs/spec/crosschain/messages.md index e64f4bb99a..f802ad4356 100644 --- a/docs/spec/crosschain/messages.md +++ b/docs/spec/crosschain/messages.md @@ -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; diff --git a/x/crosschain/types/tx_body_verification.go b/x/crosschain/types/tx_body_verification.go index b091f83e6a..fbd06d63f6 100644 --- a/x/crosschain/types/tx_body_verification.go +++ b/x/crosschain/types/tx_body_verification.go @@ -2,6 +2,8 @@ package types import ( "fmt" + "math/big" + "github.com/btcsuite/btcd/btcec" "github.com/btcsuite/btcutil" eth "github.com/ethereum/go-ethereum/common" @@ -9,7 +11,6 @@ import ( "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