lib/segwit.rb in openassets-ruby-0.6.1 vs lib/segwit.rb in openassets-ruby-0.6.2

- old
+ new

@@ -1,4 +1,7 @@ +# This is a temporary implementation until bitcoin-ruby formally supports Segregated Witness. +# This implementation ported from the implementation of the pull request below. +# https://github.com/lian/bitcoin-ruby/pull/203 module Bitcoin module Protocol require 'segwit/tx' require 'segwit/script' autoload :TxWitness, 'segwit/tx_witness' \ No newline at end of file