git.delta.rocks / unique-network / refs/commits / 57b7f8c763ea

difftreelog

fix slightly fix broken pov-estimate

Daniel Shiposha2023-10-02parent: #184b30a.patch.diff
in: master

1 file changed

modifiedruntime/common/runtime_apis.rsdiffbeforeafterboth
692 {692 {
693 use codec::Decode;693 use codec::Decode;
694694
695 let uxt_decode = <<Block as BlockT>::Extrinsic as Decode>::decode(&mut &uxt)695 let uxt_decode = <<Block as BlockT>::Extrinsic as Decode>::decode(&mut &*uxt)
696 .map_err(|_| DispatchError::Other("failed to decode the extrinsic"));696 .map_err(|_| DispatchError::Other("failed to decode the extrinsic"));
697697
698 let uxt = match uxt_decode {698 let uxt = match uxt_decode {