lotus-wallet: Better interactive prompts

This commit is contained in:
Łukasz Magiera 2021-02-05 12:47:55 +01:00
parent ab5345860c
commit 641eeb4783

View File

@ -226,8 +226,12 @@ var yeses = []string{
"YES", "YES",
"approve", "approve",
"Approve", "Approve",
"sign", "accept",
"Sign", "Accept",
"authorize",
"Authorize",
"confirm",
"Confirm",
} }
func randomYes() string { func randomYes() string {