From 7068b90b1c5dd4b53d94b911525135e9b97b38d0 Mon Sep 17 00:00:00 2001 From: fuwa Date: Tue, 23 Jul 2019 18:34:32 +0000 Subject: [PATCH] more clean up on pool --- cyberwow/lib/controller/rpc.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/cyberwow/lib/controller/rpc.dart b/cyberwow/lib/controller/rpc.dart index 1e5f86a..94b0e94 100644 --- a/cyberwow/lib/controller/rpc.dart +++ b/cyberwow/lib/controller/rpc.dart @@ -210,6 +210,7 @@ Future> getTransactionPoolSimple() async { tx.remove('tx_blob'); tx.remove('tx_json'); tx.remove('last_failed_id_hash'); + tx.remove('max_used_block_id_hash'); } ); return result;