Skip to content

Commit

Permalink
fix: ledger hardware patch (#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat authored Jul 8, 2024
1 parent b9f2d13 commit 038219f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/contexts/LedgerHardware/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ export const LedgerHardwareProvider = ({

const result = await Ledger.signPayload(app, index, payload);

setIsExecuting(false);
setFeedback(t('signedTransactionSuccessfully'));

setTransportResponse({
statusCode: 'SignedPayload',
device: { productName },
Expand Down

0 comments on commit 038219f

Please sign in to comment.