Updated on 2026-08-14

This commit is contained in:
Tangem 2018-12-13 12:01:12 +03:00
parent 7c2a0198ec
commit dd343fa992
2 changed files with 69 additions and 41 deletions

View file

@ -84,10 +84,9 @@ public class ElectrumRequest {
}
public static ElectrumRequest getFee(String wallet) {
public static ElectrumRequest getFee() {
ElectrumRequest request = new ElectrumRequest();
try {
request.walletAddress = wallet; //METHOD_GetFee
request.jsRequestData = new JSONObject("{ \"method\":\"" + METHOD_GetFee + "\", \"params\":[\"" + 6 + "\"] }");
} catch (JSONException e) {
e.printStackTrace();