Skip to content

Commit

Permalink
test gha
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Jan 31, 2025
1 parent eee5345 commit 0b7988d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chain/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ package chain

import (
"encoding/binary"
"fmt"
"runtime"
"sync/atomic"

Expand Down Expand Up @@ -147,6 +148,7 @@ func (r *Repository) BestBlockSummary() *BlockSummary {
func (r *Repository) SetBestBlockID(id thor.Bytes32) (err error) {
pc, _, _, _ := runtime.Caller(1)
function := runtime.FuncForPC(pc)
fmt.Printf("LLEGA SetBestBlockID %s\n", function.Name())
defer func() {
if err == nil {
r.tick.Broadcast(function.Name())
Expand Down

0 comments on commit 0b7988d

Please sign in to comment.