Skip to content
Snippets Groups Projects
Unverified Commit 90c09038 authored by Tarik Gul's avatar Tarik Gul
Browse files

fix: switch eraInfo to era

parent 122f376d
Branches
No related merge requests found
......@@ -375,7 +375,7 @@ export class BlocksService extends AbstractService {
tip: isSigned ? tip : null,
hash,
info: {},
eraInfo: era,
era: era,
events: [] as ISanitizedEvent[],
success: defaultSuccess,
// paysFee overrides to bool if `system.ExtrinsicSuccess|ExtrinsicFailed` event is present
......
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