comment cleaning

This commit is contained in:
sneurlax 2022-12-09 09:30:41 -06:00
parent a15c975553
commit 81935aa00c

View file

@ -228,7 +228,7 @@ void main() {
// late FakeSecureStorage secureStore; // late FakeSecureStorage secureStore;
// MockTransactionNotificationTracker? tracker; // MockTransactionNotificationTracker? tracker;
// NamecoinWallet? nmc; // ParticlWallet? part;
// setUp(() { // setUp(() {
// client = MockElectrumX(); // client = MockElectrumX();
@ -237,7 +237,7 @@ void main() {
// secureStore = FakeSecureStorage(); // secureStore = FakeSecureStorage();
// tracker = MockTransactionNotificationTracker(); // tracker = MockTransactionNotificationTracker();
// nmc = NamecoinWallet( // nmc = ParticlWallet(
// walletId: "testNetworkConnection", // walletId: "testNetworkConnection",
// walletName: "testNetworkConnection", // walletName: "testNetworkConnection",
// coin: Coin.particl, // coin: Coin.particl,
@ -1568,7 +1568,7 @@ void main() {
// // to the provided ipAddress below. This will throw a bunch of errors // // to the provided ipAddress below. This will throw a bunch of errors
// // which what we want here as actually calling electrumx calls here is unwanted. // // which what we want here as actually calling electrumx calls here is unwanted.
// // test("listen to NodesChangedEvent", () async { // // test("listen to NodesChangedEvent", () async {
// // nmc = NamecoinWallet( // // nmc = ParticlWallet(
// // walletId: testWalletId, // // walletId: testWalletId,
// // walletName: testWalletName, // // walletName: testWalletName,
// // networkType: BasicNetworkType.test, // // networkType: BasicNetworkType.test,