Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openbitdev/OpenBit-Wallet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7dafdca16a1227b27918b094b77b55e04db400a6
Choose a base ref
..
head repository: openbitdev/OpenBit-Wallet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23a85adb3c0831dda19fcf6edd9ffc4cc4b66165
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 packages/extension-base/src/koni/background/handlers/Tabs.ts
Original file line number Diff line number Diff line change
@@ -1182,7 +1182,7 @@ export default class KoniTabs {
if (signResult) {
return signResult;
} else {
throw new EvmProviderError(EvmProviderErrorType.INVALID_PARAMS, 'Failed to sign message');
throw new BitcoinProviderError(BitcoinProviderErrorType.INVALID_PARAMS, 'Failed to sign message');
}
}