mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
comment cleaning
This commit is contained in:
parent
a15c975553
commit
81935aa00c
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue