Skip to content

Commit

Permalink
Stable Aave Protocol Dated Recursive API Request Call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Flynn committed Nov 30, 2022
1 parent ee48a69 commit 70a255d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ private final String request(String tag, String sub_tag, String... data) {
}

// static request
System.out.println(String.format("%s%s%s%s%s", tag, delim, sub_tag, delim, formatted_data));
out.writeUTF(String.format("%s%s%s%s%s", tag, delim, sub_tag, delim, formatted_data));
return in.readUTF();
} catch (IOException e) {
Expand Down

0 comments on commit 70a255d

Please sign in to comment.