diff --git a/bindings/follow.go b/bindings/follow.go index 56c653af47ac981c01b805d1a43079c1bbc60cb1..6f892e4151356b6bfa0906f2f746542aaae4c99e 100644 --- a/bindings/follow.go +++ b/bindings/follow.go @@ -99,6 +99,10 @@ func (c *Cmix) ReadyToSend() bool { jww.FATAL.Panicf("Failed to get node registration status: %+v", err) } + // FIXME: This is a fix put in place because not all nodes in the NDF are + // online. This should be fixed. + total = 340 + return numReg >= total*7/10 }