objective categorical abstract machine language personal data server

Don't attempt to parse CBOR record to blob ref

futur.blue d2ce26b1 1ced8376

verified
+3 -3
+3 -3
mist/lib/lex.ml
··· 99 99 100 100 let of_cbor encoded : repo_record = 101 101 let decoded = Dag_cbor.decode encoded in 102 - match of_ipld decoded with 103 - | `LexMap m -> 104 - m 102 + match decoded with 103 + | `Map m -> 104 + String_map.map of_ipld m 105 105 | _ -> 106 106 raise (Failure "Decoded non-record value")