Update address prefix in client cli.

This commit is contained in:
jennijuju 2020-10-08 16:45:07 -04:00
parent 8f35a5c036
commit 0f8fc119f3

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)