diff --git a/asset/asset.go b/asset/asset.go index 1a3dbbf1c..1312f0d6a 100644 --- a/asset/asset.go +++ b/asset/asset.go @@ -986,13 +986,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() @@ -1541,6 +1534,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.