mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
remove debug log on verify_slate_messages
This commit is contained in:
parent
c380ab9185
commit
65ea32a407
1 changed files with 0 additions and 1 deletions
|
@ -832,7 +832,6 @@ where
|
|||
|
||||
/// Verifies all messages in the slate match their public keys
|
||||
pub fn verify_slate_messages(&mut self, slate: &Slate) -> Result<(), Error> {
|
||||
error!("verify_slate_messages - enter");
|
||||
let secp = Secp256k1::with_caps(ContextFlag::VerifyOnly);
|
||||
slate.verify_messages(&secp)?;
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue