Skip to content

Commit

Permalink
remove unneeded getter
Browse files Browse the repository at this point in the history
  • Loading branch information
sneurlax committed Apr 24, 2024
1 parent 4b727c2 commit 59a3069
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/solana/lib/src/rpc/json_rpc_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ class JsonRpcClient {
final HttpClient _httpClient;
int _lastId = 1;

static get http => null;

Future<List<Map<String, dynamic>>> bulkRequest(
String method,
List<List<dynamic>> params,
Expand Down

0 comments on commit 59a3069

Please sign in to comment.