mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
added missing override
This commit is contained in:
parent
8fc2e5ee1b
commit
2fb96f4a96
1 changed files with 6 additions and 0 deletions
|
@ -176,4 +176,10 @@ class FakeCoinServiceAPI extends CoinServiceAPI {
|
||||||
// TODO: implement testNetworkConnection
|
// TODO: implement testNetworkConnection
|
||||||
throw UnimplementedError();
|
throw UnimplementedError();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@override
|
||||||
|
Future<bool> generateNewAddress() {
|
||||||
|
// TODO: implement generateNewAddress
|
||||||
|
throw UnimplementedError();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue