Skip to content

Commit

Permalink
Merge branch 'filecoin-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
smagdali authored Nov 6, 2024
2 parents 31a5b28 + 48761e4 commit cec2443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/appendix/address.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const (
|----------|---------------------|
| protocol | payload |
|----------|---------------------|
| 2 | SHA256(Random) |
| 2 | blake2b-160(Random) |
```

**String**
Expand All @@ -153,7 +153,7 @@ const (
|------------|----------|-----------------------|----------|
| network | protocol | payload | checksum |
|------------|----------|-----------------------|----------|
| 'f' or 't' | '2' | SHA256(Random) | 4 bytes |
| 'f' or 't' | '2' | blake2b-160(Random) | 4 bytes |
base32[..................................]
```

Expand Down

0 comments on commit cec2443

Please sign in to comment.