We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ced8d commit b8f6685Copy full SHA for b8f6685
1 file changed
lib/wallets/wallet/wallet_mixin_interfaces/spark_interface.dart
@@ -2213,6 +2213,10 @@ mixin SparkInterface<T extends ElectrumXCurrencyInterface>
2213
throw Exception("Failed to mint expected amounts");
2214
}
2215
2216
+ if (autoMintAll && results.isEmpty) {
2217
+ throw Exception("No Spark mint transactions were created");
2218
+ }
2219
+
2220
return results;
2221
2222
0 commit comments