We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478f5ef commit 041e785Copy full SHA for 041e785
docs/source/guides/transaction.rst
@@ -119,7 +119,7 @@ Read signing key into the program and generate its corresponding verification ke
119
>>> network = Network.TESTNET
120
>>> sk = PaymentSigningKey.load("path/to/payment.skey")
121
>>> vk = PaymentVerificationKey.from_signing_key(sk)
122
- >>> address = Address(pvk.hash(), svk.hash(), network)
+ >>> address = Address(vk.hash(), network)
123
124
125
Step 3
0 commit comments