Skip to content

Commit 48761e4

Browse files
Update address.md (#1283)
is there a mistake? i checked mainnet actor address and refrence https://github.com/filecoin-project/go-address/blob/5769c0de15a02ef38055aeb277ff159db822c5bc/address.go#L171, it may be blake2b-160,not sha256 Co-authored-by: smagdali <[email protected]>
1 parent 3a17120 commit 48761e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/appendix/address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const (
144144
|----------|---------------------|
145145
| protocol | payload |
146146
|----------|---------------------|
147-
| 2 | SHA256(Random) |
147+
| 2 | blake2b-160(Random) |
148148
```
149149

150150
**String**
@@ -153,7 +153,7 @@ const (
153153
|------------|----------|-----------------------|----------|
154154
| network | protocol | payload | checksum |
155155
|------------|----------|-----------------------|----------|
156-
| 'f' or 't' | '2' | SHA256(Random) | 4 bytes |
156+
| 'f' or 't' | '2' | blake2b-160(Random) | 4 bytes |
157157
base32[..................................]
158158
```
159159

0 commit comments

Comments
 (0)