more clean up on pool

pull/2/head
fuwa 5 years ago
parent 4298f701eb
commit 7068b90b1c

@ -210,6 +210,7 @@ Future<List<dynamic>> 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;