Open kianenigma opened 1 month ago
Replicate issue:
Relevant code:
https://github.com/polkadot-js/apps/blob/master/packages/page-explorer/src/BlockInfo/ByHash.tsx#L125
https://github.com/polkadot-js/apps/blob/master/packages/page-explorer/src/BlockInfo/Summary.tsx#L82
The left side should be
ref_time
, and the right side is correct.struct Weight { ref_time, proof_size }
, to recap.