lib/stellar/transaction_envelope.rb in stellar-base-0.0.3 vs lib/stellar/transaction_envelope.rb in stellar-base-0.0.4
- old
+ new
@@ -1,6 +1,6 @@
module Stellar
- TransactionEnvelope.class_eval do
+ class TransactionEnvelope
#
# Checks to ensure that every signature for the envelope is
# a valid signature of one of the provided `key_pairs`
#
\ No newline at end of file