generated/stellar/transaction_result_code.rb in stellar-base-0.1.4 vs generated/stellar/transaction_result_code.rb in stellar-base-0.2.0

- old
+ new

@@ -7,10 +7,10 @@ # # enum TransactionResultCode # { # txSUCCESS = 0, // all operations succeeded # -# txFAILED = -1, // one of the operations failed (but none were applied) +# txFAILED = -1, // one of the operations failed (none were applied) # # txTOO_EARLY = -2, // ledger closeTime before minTime # txTOO_LATE = -3, // ledger closeTime after maxTime # txMISSING_OPERATION = -4, // no operation was specified # txBAD_SEQ = -5, // sequence number does not match source account