aboutsummaryrefslogtreecommitdiffstats
path: root/utils/merkletrie/noder/noder.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/merkletrie/noder/noder.go')
-rw-r--r--utils/merkletrie/noder/noder.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/merkletrie/noder/noder.go b/utils/merkletrie/noder/noder.go
index d6b3de4..6d22b8c 100644
--- a/utils/merkletrie/noder/noder.go
+++ b/utils/merkletrie/noder/noder.go
@@ -53,6 +53,7 @@ type Noder interface {
// implement NumChildren in O(1) while Children is usually more
// complex.
NumChildren() (int, error)
+ Skip() bool
}
// NoChildren represents the children of a noder without children.