Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Apr 30, 2018
1 parent f7894a9 commit d9f7497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions Trust/Browser/Coordinators/BrowserCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -190,18 +190,6 @@ class BrowserCoordinator: NSObject, Coordinator {
}

func presentQRCodeReader() {

executeTransaction(
account: Account(address: session.account.address, type: AccountType.encryptedKey, url: URL(string: "https://trustwalletapp.com")!),
action: DappAction.fromCommand(
DappCommand(name: .signMessage, id: 1, object: [:]),
requester: DAppRequester(title: "12", url: nil)),
callbackID: 1,
transaction:
UnconfirmedTransaction(
transferType: TransferType.dapp(DAppRequester(title: "12", url: URL(string: "https://trustwalletapp.com")!)), value: BigInt(1_000_000_000_000_000_000), to: nil, data: nil, gasLimit: BigInt(21_000), gasPrice: nil, nonce: nil), type: ConfirmType.sign
)
return
let coordinator = ScanQRCodeCoordinator(
navigationController: NavigationController()
)
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Snapfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ scheme "TrustUITests"
# Where should the resulting screenshots be stored?
output_directory "./fastlane/screenshots"

clear_previous_screenshots true # remove the '#' to clear all previously generated screenshots before creating new ones
clear_previous_screenshots false # remove the '#' to clear all previously generated screenshots before creating new ones

configuration "Debug"
clean true
Expand Down

0 comments on commit d9f7497

Please sign in to comment.