We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3ec2f commit 589f967Copy full SHA for 589f967
overlay/lookup/types.go
@@ -26,7 +26,7 @@ type LookupQuestion struct {
26
27
type LookupFormula struct {
28
Outpoint *overlay.Outpoint
29
- Histoy func(beef []byte, outputIndex uint32, currentDepth uint32) bool
+ History func(beef []byte, outputIndex uint32, currentDepth uint32) bool
30
// HistoryDepth uint32
31
}
32
0 commit comments