Updated on 2026-08-14
This commit is contained in:
parent
7c2a0198ec
commit
dd343fa992
2 changed files with 69 additions and 41 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue