You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where possible, we should require the LedgerIndex or TransactionId to be included with any particular runtime exception. For example, while trying to deserialize an invalid CryptoCondition in this part of the code, an error here logs a warning, but trying to find the ledger_index that caused this error was difficult.
The text was updated successfully, but these errors were encountered:
Where possible, we should require the
LedgerIndex
orTransactionId
to be included with any particular runtime exception. For example, while trying to deserialize an invalid CryptoCondition in this part of the code, an error here logs a warning, but trying to find the ledger_index that caused this error was difficult.The text was updated successfully, but these errors were encountered: