mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 23:47:56 +00:00
Merge branch 'master' into update-artifacts-1760920582
This commit is contained in:
@@ -351,6 +351,7 @@ async fn decode_transaction_extensions_from_blocks() {
|
||||
"CheckWeight",
|
||||
"ChargeAssetTxPayment",
|
||||
"CheckMetadataHash",
|
||||
"EthSetOrigin",
|
||||
"WeightReclaim",
|
||||
];
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@ async fn fetch_finalized_blocks<T: Config>(
|
||||
.subscribe_finalized()
|
||||
.await
|
||||
.expect("issue subscribing to finalized in fetch_finalized_blocks")
|
||||
.skip(1) // <- skip first block incase next is close to being ready already.
|
||||
.skip(1) // <- skip first block in case next is close to being ready already.
|
||||
.take(n)
|
||||
.map(|r| r.expect("issue fetching block in fetch_finalized_blocks"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user