Skip to content

Commit 7f64ad9

Browse files
committed
resolve conflict with main
1 parent e94efcb commit 7f64ad9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

mithril-stm/src/protocol/aggregate_signature/signature.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
use std::{collections::HashMap, fmt::Display, hash::Hash, str::FromStr};
2-
31
use anyhow::anyhow;
42
use blake2::digest::{Digest, FixedOutput};
53
use serde::{Deserialize, Serialize};
6-
use std::{collections::HashMap, fmt::Display, hash::Hash};
4+
use std::{collections::HashMap, fmt::Display, hash::Hash, str::FromStr};
75

86
use super::AggregateVerificationKey;
97
use crate::{

0 commit comments

Comments
 (0)