Skip to content

Instantly share code, notes, and snippets.

@altamic
Created July 9, 2012 09:41
Show Gist options
  • Save altamic/3075369 to your computer and use it in GitHub Desktop.
Save altamic/3075369 to your computer and use it in GitHub Desktop.
diff --git a/spec/bitcoin/bitcoin_spec.rb b/spec/bitcoin/bitcoin_spec.rb
index 0b42851..a766a57 100644
--- a/spec/bitcoin/bitcoin_spec.rb
+++ b/spec/bitcoin/bitcoin_spec.rb
@@ -35,6 +35,10 @@ describe 'Bitcoin Address/Hash160/PubKey' do
.should == "0026f5494b39ea04b7bcb05e583acf3b0102d61f"
Bitcoin.hash160_from_address("11122RGUQSszAsTpptd2h8sdyYGR6nKs6f")
.should == "0000daec8d6f05e949710f202c4f73258aa7791e"
+ Bitcoin.hash160_from_address("11119uLoMQCBHmKevdsFKHMaUoyrwLa9Y")
+ .should == "00000090c66372823859c935149e2e32d276a1e6"
+ Bitcoin.hash160_from_address("1111136sgL8UNSTVL9ize2uGFPxFDGwFp")
+ .should == "0000000096d3ad65d030a36e2c23f7fdd5dfcadb"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment