Skip to content

Commit

Permalink
Cleanup; add tracking for tx submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatovital committed Aug 29, 2023
1 parent 10ca01e commit c16b02c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ class TransactionDetailsViewModel
val canExecute = canBeExecutedFromDevice(newExecutionInfo, owners)
val safeOwner = isOwner(newExecutionInfo, owners)

//// reload details
// loadDetails(newExecutionInfo.safeTxHash)

updateState {
TransactionDetailsViewState(
ConfirmationSubmitted(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ class TxReviewViewModel
kotlin.runCatching {
rpcClient.send(ethTx!!, it)
}.onSuccess {
tracker.logTxExecSubmitted()
val executionInfo = executionInfo as DetailedExecutionInfo.MultisigExecutionDetails
localTxRepository.saveLocally(
tx = ethTx!!,
Expand Down

0 comments on commit c16b02c

Please sign in to comment.