Skip to content

Commit

Permalink
Add debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrm50 committed Apr 17, 2024
1 parent 5f0784e commit 4e412bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/protocol/engine/booker/inmemorybooker/booker.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ func (b *Booker) book(block *blocks.Block) error {
}

block.SetSpenderIDs(spendersToInherit)

b.LogTrace("spenders to inherit", "spenders count", spendersToInherit.Size())

block.SetBooked()
b.events.BlockBooked.Trigger(block)

Expand Down

0 comments on commit 4e412bd

Please sign in to comment.