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

Commit 1a81e19

Browse files
committed
rpc: fix broken merge
1 parent 14bb94d commit 1a81e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub use http::{
117117
AccessControlAllowOrigin, Host, DomainsValidation
118118
};
119119

120-
pub use v1::{NetworkSettings, Metadata, Origin, informant, dispatch, signer};
120+
pub use v1::{NetworkSettings, Metadata, Origin, informant, dispatch, signer, dapps};
121121
pub use v1::block_import::{is_major_importing, is_major_importing_or_waiting};
122122
pub use v1::extractors::{RpcExtractor, WsExtractor, WsStats, WsDispatcher};
123123
pub use authcodes::{AuthCodes, TimeProvider};

0 commit comments

Comments
 (0)