Skip to content

Commit

Permalink
CR: update
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss committed Nov 8, 2024
1 parent 2cbbe35 commit 03793da
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ const reviewTxReducer = (state: ReviewTxState, action: ReviewTxAction) => {
draft.unsignedTx = castDraft(action.unsignedTx)
break

case ReviewTxActionType.CborChanged:
draft.cbor = action.cbor
break

case ReviewTxActionType.Reset:
draft.unsignedTx = castDraft(defaultState.unsignedTx)
draft.cbor = defaultState.cbor
Expand Down

0 comments on commit 03793da

Please sign in to comment.