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;
|
||||
// MockTransactionNotificationTracker? tracker;
|
||||
|
||||
// NamecoinWallet? nmc;
|
||||
// ParticlWallet? part;
|
||||
|
||||
// setUp(() {
|
||||
// client = MockElectrumX();
|
||||
|
@ -237,7 +237,7 @@ void main() {
|
|||
// secureStore = FakeSecureStorage();
|
||||
// tracker = MockTransactionNotificationTracker();
|
||||
|
||||
// nmc = NamecoinWallet(
|
||||
// nmc = ParticlWallet(
|
||||
// walletId: "testNetworkConnection",
|
||||
// walletName: "testNetworkConnection",
|
||||
// coin: Coin.particl,
|
||||
|
@ -1568,7 +1568,7 @@ void main() {
|
|||
// // 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.
|
||||
// // test("listen to NodesChangedEvent", () async {
|
||||
// // nmc = NamecoinWallet(
|
||||
// // nmc = ParticlWallet(
|
||||
// // walletId: testWalletId,
|
||||
// // walletName: testWalletName,
|
||||
// // networkType: BasicNetworkType.test,
|
||||
|
|
Loading…
Reference in a new issue