generated/stellar/transaction_result_code.rb in stellar-base-0.26.0 vs generated/stellar/transaction_result_code.rb in stellar-base-0.27.0

- old
+ new

@@ -20,10 +20,10 @@ # txBAD_AUTH = -6, // too few valid signatures / wrong network # txINSUFFICIENT_BALANCE = -7, // fee would bring account below reserve # txNO_ACCOUNT = -8, // source account not found # txINSUFFICIENT_FEE = -9, // fee is too small # txBAD_AUTH_EXTRA = -10, // unused signatures attached to transaction -# txINTERNAL_ERROR = -11, // an unknown error occured +# txINTERNAL_ERROR = -11, // an unknown error occurred # # txNOT_SUPPORTED = -12, // transaction type not supported # txFEE_BUMP_INNER_FAILED = -13, // fee bump inner transaction failed # txBAD_SPONSORSHIP = -14 // sponsorship not confirmed # };