File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/blockchain-service/src Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ use std::{
88} ;
99
1010use codec:: { Decode , Encode } ;
11- use frame_support :: dispatch :: DispatchInfo ;
11+ use frame_system :: DispatchEventInfo ;
1212use sc_client_api:: BlockImportNotification ;
1313use sp_blockchain:: { HashAndNumber , TreeRoute } ;
1414use sp_core:: H256 ;
@@ -212,7 +212,7 @@ pub enum ExtrinsicResult {
212212 /// This variant represents a successful extrinsic execution.
213213 Success {
214214 /// Dispatch info.
215- dispatch_info : DispatchInfo ,
215+ dispatch_info : DispatchEventInfo ,
216216 } ,
217217 /// Failure variant.
218218 ///
@@ -221,7 +221,7 @@ pub enum ExtrinsicResult {
221221 /// Dispatch error.
222222 dispatch_error : DispatchError ,
223223 /// Dispatch info.
224- dispatch_info : DispatchInfo ,
224+ dispatch_info : DispatchEventInfo ,
225225 } ,
226226}
227227
You can’t perform that action at this time.
0 commit comments