diff --git a/Handler_8h_source.html b/Handler_8h_source.html
index 63a76a974a..e9bf17e232 100644
--- a/Handler_8h_source.html
+++ b/Handler_8h_source.html
@@ -110,8 +110,8 @@ $(function() {
-
-
+
+
@@ -163,70 +163,68 @@ $(function() {
96 if (context.app.getOPs().isAmendmentBlocked() &&
-
-
-
-
-
-
- 103 if (context.app.getOPs().isUNLBlocked() &&
-
-
-
-
-
-
-
-
-
- 113 JLOG(context.j.info()) <<
"Insufficient network mode for RPC: "
- 114 << context.netOps.strOperatingMode();
-
- 116 if (context.apiVersion == 1)
-
-
-
-
- 121 if (!context.app.config().standalone() &&
-
-
- 124 if (context.ledgerMaster.getValidatedLedgerAge() >
-
-
- 127 if (context.apiVersion == 1)
-
-
-
-
- 132 auto const cID = context.ledgerMaster.getCurrentLedgerIndex();
- 133 auto const vID = context.ledgerMaster.getValidLedgerIndex();
-
-
-
- 137 JLOG(context.j.debug())
- 138 <<
"Current ledger ID(" << cID
- 139 <<
") is less than validated ledger ID(" << vID <<
")";
- 140 if (context.apiVersion == 1)
-
-
-
-
-
-
- 147 !context.ledgerMaster.getClosedLedger())
-
- 149 if (context.apiVersion == 1)
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 102 if (context.app.getOPs().isUNLBlocked() &&
+
+
+
+
+
+
+
+
+ 111 JLOG(context.j.info()) <<
"Insufficient network mode for RPC: "
+ 112 << context.netOps.strOperatingMode();
+
+ 114 if (context.apiVersion == 1)
+
+
+
+
+ 119 if (!context.app.config().standalone() &&
+
+
+ 122 if (context.ledgerMaster.getValidatedLedgerAge() >
+
+
+ 125 if (context.apiVersion == 1)
+
+
+
+
+ 130 auto const cID = context.ledgerMaster.getCurrentLedgerIndex();
+ 131 auto const vID = context.ledgerMaster.getValidLedgerIndex();
+
+
+
+ 135 JLOG(context.j.debug())
+ 136 <<
"Current ledger ID(" << cID
+ 137 <<
") is less than validated ledger ID(" << vID <<
")";
+ 138 if (context.apiVersion == 1)
+
+
+
+
+
+
+ 145 !context.ledgerMaster.getClosedLedger())
+
+ 147 if (context.apiVersion == 1)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/namespaceripple_1_1RPC.html b/namespaceripple_1_1RPC.html
index fb807403d4..0f41cd06e8 100644
--- a/namespaceripple_1_1RPC.html
+++ b/namespaceripple_1_1RPC.html
@@ -147,8 +147,8 @@ Typedefs
Enumerations
| enum | Condition { NO_CONDITION = 0,
NEEDS_NETWORK_CONNECTION = 1,
-NEEDS_CURRENT_LEDGER = 2 + NEEDS_NETWORK_CONNECTION,
-NEEDS_CLOSED_LEDGER = 4 + NEEDS_NETWORK_CONNECTION
+NEEDS_CURRENT_LEDGER = 1 << 1,
+NEEDS_CLOSED_LEDGER = 1 << 2
} |
| |
| enum | LedgerShortcut { CURRENT,
|