generated/stellar/signer.rb in stellar-base-0.19.0 vs generated/stellar/signer.rb in stellar-base-0.20.0

- old
+ new

@@ -6,10 +6,10 @@ # === xdr source ============================================================ # # struct Signer # { # SignerKey key; -# uint32 weight; // really only need 1byte +# uint32 weight; // really only need 1 byte # }; # # =========================================================================== module Stellar class Signer < XDR::Struct