fix address recovery from pubkey.

This commit is contained in:
Raúl Kripalani
2022-11-09 19:46:24 +02:00
committed by vyzo
parent 9017e5de52
commit 6d5ec6aff8
3 changed files with 19 additions and 4 deletions
+1
View File
@@ -775,6 +775,7 @@ var StateGetActorCmd = &cli.Command{
fmt.Printf("Nonce:\t\t%d\n", a.Nonce)
fmt.Printf("Code:\t\t%s (%s)\n", a.Code, strtype)
fmt.Printf("Head:\t\t%s\n", a.Head)
fmt.Printf("Predictable address:\t\t%s\n", a.Address)
return nil
},