mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
committed by
GitHub
parent
1c95310a66
commit
cea7024de1
+1
-1
@@ -88,7 +88,7 @@ impl Identity {
|
||||
};
|
||||
let (github, discord) = additional
|
||||
.as_ref()
|
||||
.and_then(|vec| vec.get(0))
|
||||
.and_then(|vec| vec.first())
|
||||
.map(|(g, d)| (g.clone(), d.clone()))
|
||||
.unwrap_or((Data::None, Data::None));
|
||||
Self {
|
||||
|
||||
+1
-1
@@ -88,7 +88,7 @@ impl Identity {
|
||||
};
|
||||
let (github, discord) = additional
|
||||
.as_ref()
|
||||
.and_then(|vec| vec.get(0))
|
||||
.and_then(|vec| vec.first())
|
||||
.map(|(g, d)| (g.clone(), d.clone()))
|
||||
.unwrap_or((Data::None, Data::None));
|
||||
Self {
|
||||
|
||||
@@ -37,5 +37,4 @@ pub mod xcm;
|
||||
|
||||
pub use block_weights::constants::BlockExecutionWeight;
|
||||
pub use extrinsic_weights::constants::ExtrinsicBaseWeight;
|
||||
pub use paritydb_weights::constants::ParityDbWeight;
|
||||
pub use rocksdb_weights::constants::RocksDbWeight;
|
||||
|
||||
@@ -36,5 +36,4 @@ pub mod xcm;
|
||||
|
||||
pub use block_weights::constants::BlockExecutionWeight;
|
||||
pub use extrinsic_weights::constants::ExtrinsicBaseWeight;
|
||||
pub use paritydb_weights::constants::ParityDbWeight;
|
||||
pub use rocksdb_weights::constants::RocksDbWeight;
|
||||
|
||||
@@ -36,5 +36,4 @@ pub mod xcm;
|
||||
|
||||
pub use block_weights::constants::BlockExecutionWeight;
|
||||
pub use extrinsic_weights::constants::ExtrinsicBaseWeight;
|
||||
pub use paritydb_weights::constants::ParityDbWeight;
|
||||
pub use rocksdb_weights::constants::RocksDbWeight;
|
||||
|
||||
@@ -36,5 +36,4 @@ pub mod xcm;
|
||||
|
||||
pub use block_weights::constants::BlockExecutionWeight;
|
||||
pub use extrinsic_weights::constants::ExtrinsicBaseWeight;
|
||||
pub use paritydb_weights::constants::ParityDbWeight;
|
||||
pub use rocksdb_weights::constants::RocksDbWeight;
|
||||
|
||||
Reference in New Issue
Block a user