Skip to content

Commit

Permalink
Merge pull request ipfs/go-merkledag#84 from ipfs/web3-bot/sync
Browse files Browse the repository at this point in the history
sync: update CI config files

This commit was moved from ipfs/go-merkledag@0545ec1
  • Loading branch information
galargh authored Apr 6, 2022
2 parents a5ff8e4 + f249ce1 commit a501ffa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ipld/merkledag/coding.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ func fromImmutableNode(encoded *immutableProtoNode) *ProtoNode {
if next.FieldName().Exists() {
name = next.FieldName().Must().String()
}
c := cid.Undef
c = next.FieldHash().Link().(cidlink.Link).Cid
c := next.FieldHash().Link().(cidlink.Link).Cid
size := uint64(0)
if next.FieldTsize().Exists() {
size = uint64(next.FieldTsize().Must().Int())
Expand Down

0 comments on commit a501ffa

Please sign in to comment.