We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c7000 commit a6833a0Copy full SHA for a6833a0
core/src/client/mod.rs
@@ -216,7 +216,7 @@ pub trait ImportBlock {
216
}
217
218
/// Provides various blockchain information, like block header, chain state etc.
219
-pub trait BlockChain: ChainInfo + BlockInfo + TransactionInfo + TransactionInfo {}
+pub trait BlockChain: ChainInfo + BlockInfo + TransactionInfo {}
220
221
/// Blockchain database client. Owns and manages a blockchain and a block queue.
222
pub trait BlockChainClient:
0 commit comments