Skip to content

Commit

Permalink
remove unwanted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouaz authored and Mouaz committed May 2, 2022
1 parent 9dae78d commit 8197b41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
17 changes: 0 additions & 17 deletions Multisig/Logic/Models/Transaction.swift
Original file line number Diff line number Diff line change
Expand Up @@ -218,23 +218,6 @@ extension Transaction {
return transaction
}

static func settingsChangeTransaction(safeAddress: Address,
data: Data,
safeTxGas: UInt256String,
nonce: UInt256String,
safeVersion: String,
chainId: String) -> Transaction? {

Transaction(safeAddress: safeAddress,
chainId: chainId,
toAddress: safeAddress,
contractVersion: safeVersion,
amount: "0",
data: data,
safeTxGas: safeTxGas,
nonce: nonce)
}

var safeEncodedTxData: Data {
[
Safe.DefaultEIP712SafeAppTxTypeHash,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ class ReviewChangeSafeTxViewController: ReviewSafeTransactionViewController {
return cell
}

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
//TODO: track screen
}

override func onSuccess(transaction: SCGModels.TransactionDetails) {

}
Expand Down

0 comments on commit 8197b41

Please sign in to comment.