Changing requirement for the get_required_fees API call
This commit is contained in:
parent
39afcd26c2
commit
ef41f3c44a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import cy.agorise.graphenej.models.ApiCall;
|
|||
|
||||
public class GetRequiredFees implements ApiCallable {
|
||||
|
||||
public static final int REQUIRED_API = ApiAccess.API_DATABASE;
|
||||
public static final int REQUIRED_API = ApiAccess.API_NONE;
|
||||
|
||||
private Transaction mTransaction;
|
||||
private Asset mFeeAsset;
|
||||
|
|
Loading…
Reference in a new issue