Skip to content

Commit

Permalink
more logs ++ ++ ++
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Sep 21, 2023
1 parent 21fa535 commit d4aba1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accountresolver/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (p *Processor) applyTableLookup(ctx context.Context, blockNum uint64, trx *
if cached {
p.stats.cacheHit += 1
}
p.logger.Debug("Resolve address table lookup", zap.String("trx", base58.Encode(getTransactionHash(trx.Transaction.Signatures))), zap.String("account", base58.Encode(addressTableLookup.AccountKey)), zap.Int("count", len(accs)))
p.logger.Debug("Resolve address table lookup", zap.String("trx", getTransactionHash(trx.Transaction.Signatures)), zap.String("account", base58.Encode(addressTableLookup.AccountKey)), zap.Int("count", len(accs)))
trx.Transaction.Message.AccountKeys = append(trx.Transaction.Message.AccountKeys, accs.ToBytesArray()...)
}
totalDuration := time.Since(start)
Expand Down

0 comments on commit d4aba1a

Please sign in to comment.