Skip to content
Snippets Groups Projects
Commit 65a8b00f authored by xx network's avatar xx network Committed by GitHub
Browse files

Add block hash to call data of TaggedTransactionQueue_validate_transaction in...

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

Co-authored-by: default avatarBernardo Cardoso <bernardo@xx.network>
parent 6a9a7a93
No related merge requests found
......@@ -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| {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment