Skip to content

Commit

Permalink
fixed encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 1, 2024
1 parent 0bcdbc4 commit eaf3425
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default {
},
SessionProxyCredentials: {
role: 'SessionProxyRole',
expiry: 'Moment',
expiry: 'Option<Moment>',
seed: 'H256',
},
AddSessionProxyArgs: '(AccountId, AccountId, SessionProxyCredentials)',
Expand Down

0 comments on commit eaf3425

Please sign in to comment.