Skip to content

Commit

Permalink
flox fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Feb 8, 2023
1 parent 8f2b385 commit 940dd44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/yoroi-extension/chrome/extension/background.js
Expand Up @@ -999,6 +999,7 @@ function handleInjectorConnect(port) {
rpcResponse(resp);
} else if (returnTx) {
const bodyOrTxBytes = hexToBytes(tx);
// $FlowFixMe[prop-missing]
const witnessSetBytes = hexToBytes(resp.ok);
// eslint-disable-next-line no-shadow
RustModule.WasmScope(RustModule => {
Expand Down
2 changes: 1 addition & 1 deletion packages/yoroi-extension/chrome/extension/connector/api.js
Expand Up @@ -750,7 +750,7 @@ async function __connectorSignCardanoTx(
password: string,
tx: CardanoTx,
// eslint-disable-next-line no-shadow
RustModule: RustModule,
RustModule: typeof RustModule,
): Promise<string> {

// eslint-disable-next-line no-unused-vars
Expand Down
2 changes: 1 addition & 1 deletion packages/yoroi-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 940dd44

Please sign in to comment.