Skip to content

Commit

Permalink
feat: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mosshqq committed Dec 26, 2024
1 parent 3e21b75 commit 20d7a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_handleUnfinishedCFXTx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export const main = ({
failed = true
errorType = 'replacedByAnotherTx'
disableNotification = true
// start a new tracking
// set executed tx to pending, start a new tracking
forceSetTxStatus({hash: _tx.hash, status: 2, error: null})
wallet_handleUnfinishedCFXTx({
tx: _tx.eid,
Expand Down
2 changes: 1 addition & 1 deletion packages/rpcs/wallet_handleUnfinishedETHTx/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export const main = ({
failed = true
errorType = 'replacedByAnotherTx'
disableNotification = true
// start a new tracking
// set executed tx to pending, start a new tracking
forceSetTxStatus({hash: _tx.hash, status: 2, error: null})
wallet_handleUnfinishedETHTx({
tx: _tx.eid,
Expand Down

0 comments on commit 20d7a80

Please sign in to comment.