@0x:contracts-exchange
Fixed issues caused by rebase
This commit is contained in:
committed by
Amir Bandeali
parent
0253bba83b
commit
cd147dbc41
@@ -77,7 +77,6 @@ contract TestTransactions is
|
||||
function _isValidTransactionWithHashSignature(
|
||||
LibZeroExTransaction.ZeroExTransaction memory,
|
||||
bytes32,
|
||||
address,
|
||||
bytes memory signature
|
||||
)
|
||||
internal
|
||||
|
@@ -15,7 +15,7 @@ import * as _ from 'lodash';
|
||||
|
||||
import { artifacts, TestTransactionsContract, TestTransactionsTransactionExecutionEventArgs } from '../src';
|
||||
|
||||
blockchainTests.resets('Transaction Unit Tests', ({ provider, web3Wrapper, txDefaults }) => {
|
||||
blockchainTests.resets.only('Transaction Unit Tests', ({ provider, web3Wrapper, txDefaults }) => {
|
||||
let transactionsContract: TestTransactionsContract;
|
||||
let accounts: string[];
|
||||
let domain: EIP712DomainWithDefaultSchema;
|
||||
|
Reference in New Issue
Block a user