Skip to content

Commit 041e785

Browse files
authored
Correct variable name and Address input (#328)
1 parent 478f5ef commit 041e785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/transaction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Read signing key into the program and generate its corresponding verification ke
119119
>>> network = Network.TESTNET
120120
>>> sk = PaymentSigningKey.load("path/to/payment.skey")
121121
>>> vk = PaymentVerificationKey.from_signing_key(sk)
122-
>>> address = Address(pvk.hash(), svk.hash(), network)
122+
>>> address = Address(vk.hash(), network)
123123

124124

125125
Step 3

0 commit comments

Comments
 (0)