Skip to content

Commit

Permalink
Remove network parameter input
Browse files Browse the repository at this point in the history
Not needed when the input is WIF
  • Loading branch information
saeveritt authored Apr 17, 2017
1 parent 6b87c5a commit f3b0d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kutiltest.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_address_generation(self):
def test_wif_import(self):
'''test improting WIF privkey'''

mykey = Kutil(wif="7A6cFXZSZnNUzutCMcuE1hyqDPtysH2LrSA9i5sqP2BPCLrAvZM", network="ppc")
mykey = Kutil(wif="7A6cFXZSZnNUzutCMcuE1hyqDPtysH2LrSA9i5sqP2BPCLrAvZM")

self.assertEqual(mykey.address, b'PJxwxuBqjpHhhdpV6KY1pXxUSUNb6omyNW')
self.assertEqual(mykey.pubkey, b'02a119079ef5be1032bed61cc295cdccde58bf70e0dd982399c024d1263740f398')
Expand Down

0 comments on commit f3b0d41

Please sign in to comment.