Skip to content

Commit a6833a0

Browse files
Seonpyo Kimmergify[bot]
authored andcommitted
Fix typo: same TransactionInfo trait was duplicated
1 parent c7c7000 commit a6833a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ pub trait ImportBlock {
216216
}
217217

218218
/// Provides various blockchain information, like block header, chain state etc.
219-
pub trait BlockChain: ChainInfo + BlockInfo + TransactionInfo + TransactionInfo {}
219+
pub trait BlockChain: ChainInfo + BlockInfo + TransactionInfo {}
220220

221221
/// Blockchain database client. Owns and manages a blockchain and a block queue.
222222
pub trait BlockChainClient:

0 commit comments

Comments
 (0)