generated/stellar/hello.rb in stellar-base-0.5.0 vs generated/stellar/hello.rb in stellar-base-0.6.0

- old
+ new

@@ -11,10 +11,11 @@ # uint32 overlayVersion; # Hash networkID; # string versionStr<100>; # int listeningPort; # NodeID peerID; +# AuthCert cert; # uint256 nonce; # }; # # =========================================================================== module Stellar @@ -23,8 +24,9 @@ attribute :overlay_version, Uint32 attribute :network_id, Hash attribute :version_str, XDR::String[100] attribute :listening_port, XDR::Int attribute :peer_id, NodeID + attribute :cert, AuthCert attribute :nonce, Uint256 end end