Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cargo fmt
  • Loading branch information
davxy committed Feb 7, 2022
commit c57783d59924a90b5c587b8d52ba8e252128f39c
2 changes: 1 addition & 1 deletion crates/engine/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl Engine {
use secp256k1::{
ecdsa::{
RecoverableSignature,
RecoveryId
RecoveryId,
},
Message,
SECP256K1,
Expand Down
2 changes: 1 addition & 1 deletion crates/engine/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ use secp256k1::{
ecdsa::RecoverableSignature,
Message,
PublicKey,
SECP256K1,
SecretKey,
SECP256K1,
};

/// The public methods of the `contracts` pallet write their result into an
Expand Down