We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453a720 commit af5ded0Copy full SHA for af5ded0
integration-test/test/test_certificate.py
@@ -39,19 +39,15 @@ def test_stake_delegation(self):
39
40
time.sleep(3)
41
42
- stake_credential = StakeCredential(
43
- stake_key_pair.verification_key.hash()
44
- )
+ stake_credential = StakeCredential(stake_key_pair.verification_key.hash())
45
pool_hash = PoolKeyHash(bytes.fromhex(os.environ.get("POOL_ID").strip()))
46
47
drep = DRep(
48
DRepKind.VERIFICATION_KEY_HASH,
49
stake_key_pair.verification_key.hash(),
50
)
51
52
- drep_credential = DRepCredential(
53
54
+ drep_credential = DRepCredential(stake_key_pair.verification_key.hash())
55
56
anchor = Anchor(
57
url="https://drep.com",
0 commit comments