diff --git a/cyberwow/lib/controller/rpc/rpc2.dart b/cyberwow/lib/controller/rpc/rpc2.dart index 4f7d356..de7e471 100644 --- a/cyberwow/lib/controller/rpc/rpc2.dart +++ b/cyberwow/lib/controller/rpc/rpc2.dart @@ -65,7 +65,7 @@ Future rpc2String(final String method, {final String field}) async { Future getTransactionPool() async => rpc2('get_transaction_pool'); -Future> getTransactionPoolSimple() async { +Future>> getTransactionPoolSimple() async { final response = await getTransactionPool(); if (response == null) return [];