Fix fetchParity default object argument destructuring
Previously, e.g. fetchParity(w, {parityChannel: "beta"}) would set onProgress to be undefined, rather than the default () => {}
parent
c09cb27c
Please register or sign in to comment
Previously, e.g. fetchParity(w, {parityChannel: "beta"}) would set onProgress to be undefined, rather than the default () => {}