Skip to content

Commit d6fecfe

Browse files
committed
fix accidental prompt change in eb45681
1 parent 5ec51e0 commit d6fecfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front/register.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (h *Handler) register(w text.Writer, r *Request, args ...string) {
111111

112112
case "y":
113113
if h.Config.EnablePortableActorRegistration {
114-
w.Status(11, "base64url-encoded Ed25519 private key or 'generate' to generate")
114+
w.Status(11, "base58-encoded Ed25519 private key or 'generate' to generate")
115115
} else {
116116
w.Status(40, "Registration of portable actors is disabled")
117117
}

0 commit comments

Comments
 (0)