aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <>2021-06-30 20:07:54 -0700
committerFChannel <>2021-06-30 20:07:54 -0700
commit0e8ee1616fdd4a0ffcdd36cf135b34ea23979bb4 (patch)
tree5180fe63282de040aadaec30cd0041008254287c /main.go
parentf9c47cfe6970a49c3d913ba029f67ebac1a623e4 (diff)
using FingerActor does not work for main instance had to fix
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d4f5244..972e69e 100644
--- a/main.go
+++ b/main.go
@@ -1123,7 +1123,7 @@ func main() {
// delay to give instance time to boot up
time.Sleep(15 * time.Second)
- checkActor := FingerActor(actor)
+ checkActor := GetActor(actor)
if checkActor.Id == actor {
if !alreadyIndex {