mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
remove scanOutput function
This commit is contained in:
parent
89ca809d9f
commit
5c15d58c2e
1 changed files with 0 additions and 14 deletions
|
@ -284,20 +284,6 @@ class EpicCashWallet extends CoinServiceAPI
|
|||
return "";
|
||||
}
|
||||
|
||||
Future<String> scanOutPuts() async {
|
||||
final String wallet =
|
||||
(await _secureStore.read(key: '${_walletId}_wallet'))!;
|
||||
final int lastScannedBlock =
|
||||
epicGetLastScannedBlock() ?? await getRestoreHeight();
|
||||
final int scanChunkSize = 10000;
|
||||
|
||||
return await epiccash.LibEpiccash.scanOutputs(
|
||||
wallet: wallet,
|
||||
startHeight: lastScannedBlock,
|
||||
numberOfBlocks: scanChunkSize,
|
||||
);
|
||||
}
|
||||
|
||||
Future<
|
||||
({
|
||||
double awaitingFinalization,
|
||||
|
|
Loading…
Reference in a new issue