mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
@@ -16,18 +16,18 @@ import (
|
||||
const (
|
||||
acceptTosFilename = "tosaccepted"
|
||||
acceptTosPromptText = `
|
||||
Prysmatic Labs Terms of Use
|
||||
Prysm Terms of Use
|
||||
|
||||
By downloading, accessing or using the Prysm implementation (“Prysm”), you (referenced herein
|
||||
as “you” or the “user”) certify that you have read and agreed to the terms and conditions below.
|
||||
|
||||
TERMS AND CONDITIONS: https://github.com/prysmaticlabs/prysm/blob/master/TERMS_OF_SERVICE.md
|
||||
TERMS AND CONDITIONS: https://github.com/prysmaticlabs/prysm/blob/develop/TERMS_OF_SERVICE.md
|
||||
|
||||
|
||||
Type "accept" to accept this terms and conditions [accept/decline]:`
|
||||
acceptTosPromptErrText = `could not scan text input, if you are trying to run in non-interactive environment, you
|
||||
can use the --accept-terms-of-use flag after reading the terms and conditions here:
|
||||
https://github.com/prysmaticlabs/prysm/blob/master/TERMS_OF_SERVICE.md`
|
||||
https://github.com/prysmaticlabs/prysm/blob/develop/TERMS_OF_SERVICE.md`
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user