Skip to content

Commit 589f967

Browse files
committed
fix typo
1 parent ec3ec2f commit 589f967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlay/lookup/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type LookupQuestion struct {
2626

2727
type LookupFormula struct {
2828
Outpoint *overlay.Outpoint
29-
Histoy func(beef []byte, outputIndex uint32, currentDepth uint32) bool
29+
History func(beef []byte, outputIndex uint32, currentDepth uint32) bool
3030
// HistoryDepth uint32
3131
}
3232

0 commit comments

Comments
 (0)