Commit f7776fe
committed
Fix memory protocol codec registration
- Changed from codec=None to codec='memory'
- Now properly uses the memory codec for encoding/decoding
- Fixes the issue mentioned in PR multiformats#92 where the author was unsure about the codec parameter
- Follows the established pattern used by other protocols with custom codecs1 parent d44f462 commit f7776fe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments