Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lian committed Dec 18, 2017
1 parent 93910fd commit 2b0255c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bitcoin.rb
Expand Up @@ -16,7 +16,7 @@ module Bitcoin
autoload :Logger, 'bitcoin/logger'
autoload :Key, 'bitcoin/key'
autoload :ExtKey, 'bitcoin/ext_key'
autoload :ExtPubKey, 'bitcoin/ext_key'
autoload :ExtPubkey, 'bitcoin/ext_key'
autoload :Builder, 'bitcoin/builder'
autoload :BloomFilter,'bitcoin/bloom_filter'

Expand Down

0 comments on commit 2b0255c

Please sign in to comment.