mirror of
https://github.com/alexgo-io/libbrc20-indexer.git
synced 2026-01-12 16:53:11 +08:00
fix: indent
This commit is contained in:
@@ -189,8 +189,8 @@ type InscriptionBRC20TickInfo struct {
|
||||
Data *InscriptionBRC20InfoResp `json:"data"`
|
||||
Tick string
|
||||
Amount *decimal.Decimal `json:"-"`
|
||||
//ContentBody []byte `json:"content"`
|
||||
Meta *InscriptionBRC20Data
|
||||
Meta *InscriptionBRC20Data
|
||||
|
||||
SelfMint bool `json:"-"`
|
||||
|
||||
Max *decimal.Decimal `json:"-"`
|
||||
@@ -234,8 +234,9 @@ func (in *InscriptionBRC20TickInfo) DeepCopy() (copy *InscriptionBRC20TickInfo)
|
||||
copy = &InscriptionBRC20TickInfo{
|
||||
Tick: in.Tick,
|
||||
SelfMint: in.SelfMint,
|
||||
Data: in.Data,
|
||||
Decimal: in.Decimal,
|
||||
|
||||
Data: in.Data,
|
||||
Decimal: in.Decimal,
|
||||
|
||||
TxId: in.TxId,
|
||||
Idx: in.Idx,
|
||||
|
||||
Reference in New Issue
Block a user