fix/ignore cargo deny issues (#1183)

This commit is contained in:
Svyatoslav Nikolsky
2021-10-18 11:51:19 +03:00
committed by Bastian Köcher
parent 44a6416ffc
commit f4a82d4e81
15 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ mod tests {
};
use bp_eth_poa::{compute_merkle_root, rlp_encode, TransactionOutcome, H520, U256};
use hex_literal::hex;
use secp256k1::SecretKey;
use libsecp256k1::SecretKey;
use sp_runtime::transaction_validity::TransactionTag;
const GENESIS_STEP: u64 = 42;