fix comment.

This commit is contained in:
Raúl Kripalani 2023-01-11 18:42:38 +00:00 committed by raulk
parent 892819aeec
commit 06b40bcedb

View File

@ -26,7 +26,7 @@ type ActorV5 struct {
Head cid.Cid
Nonce uint64
Balance BigInt
// Delegated Address
// Deterministic Address: f1, f3, or f4 address.
Address *address.Address
}