We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d670457 commit 244f20aCopy full SHA for 244f20a
packages/types/src/extrinsic/ExtrinsicPayload.ts
@@ -62,8 +62,6 @@ function decodeExtrinsicPayload (registry: Registry, value?: GenericExtrinsicPay
62
assetId: registry.createType('TAssetConversion', hexToU8a((value as ExtrinsicPayloadValue).assetId)).toJSON()
63
};
64
65
- console.log(JSON.stringify(registry.createType('TAssetConversion', hexToU8a((value as ExtrinsicPayloadValue).assetId)).toJSON(), null, 4));
66
-
67
return registry.createTypeUnsafe(extVersion, [adjustedPayload, { version }]);
68
}
69
0 commit comments