fixed transaction queue merge conflict
This commit is contained in:
parent
46c8324c52
commit
314ced57c8
@ -1220,7 +1220,7 @@ mod test {
|
||||
#[test]
|
||||
fn should_return_correct_nonces_when_dropped_because_of_limit() {
|
||||
// given
|
||||
let mut txq = TransactionQueue::with_limits(2, 2);
|
||||
let mut txq = TransactionQueue::with_limit(2);
|
||||
let tx = new_tx();
|
||||
let (tx1, tx2) = new_txs(U256::one());
|
||||
let sender = tx1.sender().unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user