@seed-hypermedia/client 0.0.15 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -905,7 +905,6 @@ async function createContact(input, signer) {
|
|
|
905
905
|
if (input.subscribe) {
|
|
906
906
|
unsigned.subscribe = input.subscribe;
|
|
907
907
|
}
|
|
908
|
-
console.log("SIGNING BLOB", unsigned);
|
|
909
908
|
unsigned.sig = await signObject(signer, unsigned);
|
|
910
909
|
const encoded = cborEncode7(unsigned);
|
|
911
910
|
const tsid = await computeTSID(ts, encoded);
|