Rename "everything" feature to "full"
This commit is contained in:
committed by
mergify[bot]
parent
a4956844bd
commit
0cc9c94c43
@@ -1,5 +1,5 @@
|
||||
//! The `signature` module provides functionality for public, and private keys.
|
||||
#![cfg(feature = "everything")]
|
||||
#![cfg(feature = "full")]
|
||||
|
||||
use crate::{pubkey::Pubkey, transaction::TransactionError};
|
||||
use ed25519_dalek::Signer as DalekSigner;
|
||||
|
Reference in New Issue
Block a user