Skip to content

Commit deed124

Browse files
committed
print dbg stack
1 parent 27865d0 commit deed124

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/block.go

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"encoding/hex"
66
"errors"
77
"fmt"
8+
"runtime/debug"
89
"strings"
910
"time"
1011

@@ -476,6 +477,7 @@ func (h *Header) Hash() cmtbytes.HexBytes {
476477
return nil
477478
}
478479
fmt.Printf("h.ImplicitHash: %X\n", hex.EncodeToString(h.ImplicitHash))
480+
debug.PrintStack()
479481

480482
merkleHash1 := merkle.HashFromByteSlices([][]byte{
481483
hbz,

0 commit comments

Comments
 (0)