Skip to content
Snippets Groups Projects
Commit c0c28d04 authored by Lukas's avatar Lukas
Browse files

Update fetching service

parent 1d52412b
No related branches found
No related tags found
2 merge requests!481bring recent develop changes to mater to match the backend,!463Lbudginas/#340 add virtual ops block and transaction pages
......@@ -76,7 +76,7 @@ class FetchingService {
): Promise<Hive.BlockDetails> {
return await this.extendedHiveChain!.restApi["hafah-api"].block({
blockNumber,
includeVirtual,
"include-virtual": includeVirtual,
});
}
......@@ -133,7 +133,7 @@ class FetchingService {
"hafah-api"
].transactions.transaction({
transactionId: transactionHash,
includeVirtual,
"include-virtual": includeVirtual,
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment