Skip to content

Commit

Permalink
dope
Browse files Browse the repository at this point in the history
  • Loading branch information
Zizzamia committed Aug 13, 2024
1 parent 3db4c23 commit 69a64ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transaction/components/TransactionProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function TransactionProvider({
onError?.(lifeCycleState.stateData);
}
// Emit State
onState?.(lifeCycleState.stateName, lifeCycleState.stateData);
onState?.(lifeCycleState);
}, [onError, onState, lifeCycleState.stateData, lifeCycleState.stateName]);

const getTransactionReceipts = useCallback(async () => {
Expand Down

0 comments on commit 69a64ee

Please sign in to comment.