diff --git a/cmix/nodes/verifyNodeSig_js.go b/cmix/nodes/verifyNodeSig_js.go
index 23ce8817224298e134a2d322ef63cd369587e723..79b35ef789f4c263b88bdb2ee7853cb5a11ba80d 100644
--- a/cmix/nodes/verifyNodeSig_js.go
+++ b/cmix/nodes/verifyNodeSig_js.go
@@ -12,6 +12,7 @@ package nodes
 import (
 	"crypto"
 
+	jww "github.com/spf13/jwalterweatherman"
 	"gitlab.com/xx_network/crypto/signature/rsa"
 )