diff options
| author | Jeff Carr <[email protected]> | 2025-10-17 01:29:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-17 01:29:58 -0500 |
| commit | ad65f65ff65d5068ff79daffca330183239aead2 (patch) | |
| tree | b15cac35ae5143bf307de24795f09648c197db20 /doNormal.go | |
| parent | 3fc1bb304ec83948f7f721814b1234b2c20d0ec8 (diff) | |
improving new user flow still. add IPv6 test
Diffstat (limited to 'doNormal.go')
| -rw-r--r-- | doNormal.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doNormal.go b/doNormal.go index a8e53f8..f7af92a 100644 --- a/doNormal.go +++ b/doNormal.go @@ -71,6 +71,7 @@ func doNormalAttempt() (string, error) { if err != nil { return "not everything is 'normal' yet", err } + me.forge.SetMode(forgepb.ForgeMode_MASTER) log.Info("normal mode on") return "normal mode on", nil } |
