Merge pull request #4252 from filecoin-project/devnet-jennijuju

Update address prefix in client cli.
This commit is contained in:
Łukasz Magiera 2020-10-08 23:23:40 +02:00 committed by GitHub
commit 344d30e960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -536,7 +536,7 @@ func interactiveDeal(cctx *cli.Context) error {
state = "miner"
case "miner":
fmt.Print("Miner Address (t0..): ")
fmt.Print("Miner Address (f0..): ")
var maddrStr string
_, err := fmt.Scan(&maddrStr)