Skip to content

Commit

Permalink
Small schema fix. (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium authored Dec 14, 2021
1 parent e9b4fb5 commit 028874e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions polymesh_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,13 +650,7 @@
"Proposal": "Vec<u8>"
}
},
"OffChainSignature": {
"_enum": {
"Ed25519": "H512",
"Sr25519": "H512",
"Ecdsa": "H512"
}
},
"OffChainSignature": "MultiSignature",
"Authorization": {
"authorization_data": "AuthorizationData",
"authorized_by": "IdentityId",
Expand Down

0 comments on commit 028874e

Please sign in to comment.