Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
DONT FORGET TO REVERT BEFORE MERGING 2: test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed Apr 3, 2020
1 parent 03b81e3 commit 8331f2a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/routes/safe/store/actions/createTransaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ const createTransaction = ({
// https://github.com/LedgerHQ/ledgerjs/issues/378
// Couldn't find an issue for trezor but the error is almost the same
const canTryOffchainSigning =
!isExecution &&
!smartContractWallet &&
!hardwareWallet &&
semverSatisfies(safeVersion, SAFE_VERSION_FOR_OFFCHAIN_SIGNATURES)
!isExecution && !smartContractWallet && semverSatisfies(safeVersion, SAFE_VERSION_FOR_OFFCHAIN_SIGNATURES)
if (canTryOffchainSigning) {
const signature = await tryOffchainSigning({ ...txArgs, safeAddress })

Expand Down

0 comments on commit 8331f2a

Please sign in to comment.