Updated on 2026-08-14
This commit is contained in:
parent
21ecd5e37b
commit
49ec774b9b
6 changed files with 27 additions and 16 deletions
|
|
@ -181,7 +181,7 @@ public class RskEngine extends EthEngine {
|
|||
@Override
|
||||
public void onSuccess(String method, InfuraResponse rootstockResponse) {
|
||||
if (method.equals(ServerApiRootstock.ROOTSTOCK_ETH_SEND_RAW_TRANSACTION)) {
|
||||
if (rootstockResponse.getResult().isEmpty()) {
|
||||
if (rootstockResponse.getResult()==null || rootstockResponse.getResult().isEmpty()) {
|
||||
ctx.setError("Rejected by node: " + rootstockResponse.getError());
|
||||
blockchainRequestsCallbacks.onComplete(false);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue