generated/stellar/transaction_envelope.rb in stellar-base-0.13.0 vs generated/stellar/transaction_envelope.rb in stellar-base-0.14.0
- old
+ new
@@ -8,11 +8,10 @@
# struct TransactionEnvelope
# {
# Transaction tx;
# /* Each decorated signature is a signature over the SHA256 hash of
# * a TransactionSignaturePayload */
-# DecoratedSignature
-# signatures<20>;
+# DecoratedSignature signatures<20>;
# };
#
# ===========================================================================
module Stellar
class TransactionEnvelope < XDR::Struct