Skip to content

Commit

Permalink
cleanup Bitcoin::Protocol autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
lian committed Jul 5, 2017
1 parent 9b753e0 commit 240f8fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bitcoin-ruby (0.0.8)
bitcoin-ruby (0.0.10)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -31,4 +31,4 @@ DEPENDENCIES
scrypt

BUNDLED WITH
1.10.6
1.14.6
2 changes: 0 additions & 2 deletions lib/bitcoin/protocol.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ module Protocol
# BIP 0031, pong message, is enabled for all versions AFTER this one
BIP0031_VERSION = 60000

autoload :TxWitness, 'bitcoin/protocol/tx_witness'
autoload :TxInWitness, 'bitcoin/protocol/tx_in_witness'
autoload :ScriptWitness, 'bitcoin/protocol/script_witness'
autoload :TxIn, 'bitcoin/protocol/txin'
autoload :TxOut, 'bitcoin/protocol/txout'
Expand Down

0 comments on commit 240f8fe

Please sign in to comment.