forked from Qortal/qortal
Removed unnecessary call to isApiRestricted()
This commit is contained in:
parent
037eb8a163
commit
83d5bf45e5
@ -448,9 +448,6 @@ public class TransactionsResource {
|
|||||||
ApiError.NON_PRODUCTION, ApiError.TRANSFORMATION_ERROR
|
ApiError.NON_PRODUCTION, ApiError.TRANSFORMATION_ERROR
|
||||||
})
|
})
|
||||||
public String convertTransactionForSigning(String rawInputBytes58) {
|
public String convertTransactionForSigning(String rawInputBytes58) {
|
||||||
if (Settings.getInstance().isApiRestricted())
|
|
||||||
throw ApiExceptionFactory.INSTANCE.createException(request, ApiError.NON_PRODUCTION);
|
|
||||||
|
|
||||||
byte[] rawInputBytes = Base58.decode(rawInputBytes58);
|
byte[] rawInputBytes = Base58.decode(rawInputBytes58);
|
||||||
if (rawInputBytes.length == 0)
|
if (rawInputBytes.length == 0)
|
||||||
throw ApiExceptionFactory.INSTANCE.createException(request, ApiError.JSON);
|
throw ApiExceptionFactory.INSTANCE.createException(request, ApiError.JSON);
|
||||||
|
Loading…
Reference in New Issue
Block a user