mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
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:
@@ -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| {
|
||||
|
||||
Reference in New Issue
Block a user