mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-04-23 19:30:41 +08:00
Compare commits
2 Commits
v0.2.5
...
fix/runes-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
361a3acfa4 | ||
|
|
a663f909fa |
@@ -146,7 +146,7 @@ func (p *Processor) processTx(ctx context.Context, tx *types.Transaction, blockH
|
||||
// find all non-OP_RETURN outputs
|
||||
var destinations []int
|
||||
for i, txOut := range tx.TxOut {
|
||||
if txOut.IsOpReturn() {
|
||||
if !txOut.IsOpReturn() {
|
||||
destinations = append(destinations, i)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user