diff --git a/asset/asset.go b/asset/asset.go index dd847b992..25bd33d3f 100644 --- a/asset/asset.go +++ b/asset/asset.go @@ -989,13 +989,6 @@ func (g *GroupKeyRevealV0) SetTapscriptRoot(tapscriptRoot []byte) { g.tapscriptRoot = tapscriptRoot } -// PendingGroupWitness specifies the asset group witness for an asset seedling -// in an unsealed minting batch. -type PendingGroupWitness struct { - GenID ID - Witness wire.TxWitness -} - // GroupPubKey returns the group public key derived from the group key reveal. func (g *GroupKeyRevealV0) GroupPubKey(assetID ID) (*btcec.PublicKey, error) { rawKey, err := g.RawKey().ToPubKey() @@ -1544,6 +1537,13 @@ func DeriveGroupKey(genSigner GenesisSigner, genTx GroupVirtualTx, }, nil } +// PendingGroupWitness specifies the asset group witness for an asset seedling +// in an unsealed minting batch. +type PendingGroupWitness struct { + GenID ID + Witness wire.TxWitness +} + // Asset represents a Taproot asset. type Asset struct { // Version is the Taproot Asset version of the asset.