carbon-js-sdk 0.10.3 → 0.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -244,7 +244,7 @@ class CarbonWallet {
|
|
|
244
244
|
const isEvmWallet = this.isEvmWallet();
|
|
245
245
|
if (hasEvmAddressBalances && !hasCarbonBalances && !isEvmWallet) {
|
|
246
246
|
this.sequenceInvalidated = true;
|
|
247
|
-
throw new Error(
|
|
247
|
+
throw new Error(`Transaction is not allowed from a non-evm wallet for an account with only funds in evm address: evmAddress: ${this.evmBech32Address}, carbonAddress: ${this.bech32Address}`);
|
|
248
248
|
}
|
|
249
249
|
});
|
|
250
250
|
}
|