From cd9f751e779761953c608f2c6a61bfa141b71004 Mon Sep 17 00:00:00 2001 From: Akiwu Date: Sat, 14 Mar 2020 23:20:05 +0800 Subject: [PATCH] ExtrinsicDecoder in default.json should be ExtrinsicsDecoder --- scalecodec/type_registry/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalecodec/type_registry/default.json b/scalecodec/type_registry/default.json index c3c7814..ce9e119 100644 --- a/scalecodec/type_registry/default.json +++ b/scalecodec/type_registry/default.json @@ -125,7 +125,7 @@ }, "EgressQueueRoot": "(ParaId, Hash)", "EventIndex": "u32", - "Extrinsic": "ExtrinsicDecoder", + "Extrinsic": "ExtrinsicsDecoder", "Gas": "u64", "IdentityFields": { "type": "set",