You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I submit a general transaction that includes non-standard transaction extensions (a runtime custom extension, not included in polkadot-sdk), the UI would render the call details incorrectly.
For example, in this case, the correct call was System::remark_with_event, but it's being rendered as System::set_heap_pages, even though we can clearly see the resulting events correspond to the first one (in this case System::Remarked).