Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 64095d3

Browse files
committed
Merge branch 'seun-remove-client-grandpa' of github.com:paritytech/substrate into seun-remove-client-grandpa
2 parents e711d8f + 28b1624 commit 64095d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/api/src/backend.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pub trait BlockImportOperation<Block: BlockT> {
169169
fn mark_head(&mut self, id: BlockId<Block>) -> sp_blockchain::Result<()>;
170170
}
171171

172-
/// trait for performing operations on the backend
172+
/// Interface for performing operations on the backend.
173173
pub trait ClientBackend<Block: BlockT, B: Backend<Block>> {
174174
/// Lock the import lock, and run operations inside.
175175
fn lock_import_and_run<R, Err, F>(&self, f: F) -> Result<R, Err>

0 commit comments

Comments
 (0)