Skip to content

Commit

Permalink
return rather than error out
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Jan 22, 2024
1 parent 44adc9b commit 21059f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/src/components/EasySetup/ManualExtrinsic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ const ManualExtrinsic = ({
}

if (api.tx[palletRpc][callable].meta.args.length !== transformedParams?.length) {
onSetErrorMessage('Unexpected number of params.')
return
}

Expand Down

0 comments on commit 21059f9

Please sign in to comment.