Skip to content
Snippets Groups Projects
Commit 750531eb authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Update sign default language

parent 636e7919
Branches hotfix/signing
No related tags found
No related merge requests found
......@@ -41,8 +41,8 @@ openssl smime -verify -in [filename].signed -signer [nodecertificate] \
fmt.Printf("No filenames provided, signing " +
"default-statement.txt.signed\n")
out, _ := os.Create("default-statement.txt")
out.Write([]byte("I am applying to join the BetaNet" +
" Rollover Program: " + time.Now().String() +
out.Write([]byte("I am applying to join the MainNet " +
"Transition Program: " + time.Now().String() +
"\n"))
out.Close()
args = []string{"default-statement.txt"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment