Add block hash to call data of TaggedTransactionQueue_validate_transaction in light api remote call (#9554)

Co-authored-by: Bernardo Cardoso <bernardo@xx.network>
This commit is contained in:
xx network
2021-08-13 12:48:29 -06:00
committed by GitHub
parent 6a9a7a93a4
commit 65a8b00f3b
+1 -1
View File
@@ -341,7 +341,7 @@ where
block,
header,
method: "TaggedTransactionQueue_validate_transaction".into(),
call_data: (source, uxt).encode(),
call_data: (source, uxt, block).encode(),
retry_count: None,
});
let remote_validation_request = remote_validation_request.then(move |result| {