Skip to content

Commit

Permalink
Remove duplicated check
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Jun 25, 2024
1 parent dacc1ab commit 7561ffc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/bip/bip44_base/test_bip44_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ def _test_from_priv_key(self, bip_class, test_vector):
self.assertEqual(bip_ex_ctx.PrivateKey().Raw().ToHex(), bip_ctx.PrivateKey().Raw().ToHex())
self.assertEqual(ZERO_CHAIN_CODE, bip_ctx.Bip32Object().ChainCode().ToBytes())
self.assertEqual(Bip44Levels.MASTER, bip_ctx.Level())
self.assertEqual(Bip44Levels.MASTER, bip_ctx.Level())
self.assertTrue(bip_ctx.Bip32Object().ParentFingerPrint().IsMasterKey())

# Create from private key with derivation data
Expand Down

0 comments on commit 7561ffc

Please sign in to comment.