Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Nov 29, 2022
1 parent a65a17b commit e7b6fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions multicodec.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package dagpb

import (
"fmt"
"io"

ipld "github.com/ipld/go-ipld-prime"
Expand All @@ -17,6 +18,7 @@ var (
func init() {
multicodec.RegisterDecoder(0x70, Decode)
multicodec.RegisterEncoder(0x70, Encode)
fmt.Println("REGISTERED DAG-PB!")
}

// AddSupportToChooser takes an existing node prototype chooser and subs in
Expand Down

0 comments on commit e7b6fef

Please sign in to comment.