Skip to content

Commit

Permalink
Added Karura override for runtime_common type (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz authored Aug 19, 2022
1 parent b81c9c3 commit 5a1f1bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scalecodec/type_registry/karura.json
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@
"DepositNonce": "u64",
"ResourceId": "[u8; 32]",
"ChainId": "u8",
"Keys": "SessionKeys1"
"Keys": "SessionKeys1",
"runtime_common::check_nonce::CheckNonce": "Compact<u32>"
}
}

0 comments on commit 5a1f1bf

Please sign in to comment.