From 7a536e5724e1b6566b55b7c73f083eda36aa209e Mon Sep 17 00:00:00 2001 From: Max Mustermann Date: Sun, 2 May 2021 14:28:54 +0530 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81efef5..ebbe56b 100644 --- a/README.md +++ b/README.md @@ -552,4 +552,4 @@ transaction_dict = { } signed_tx = staking_signing.sign_staking_transaction(transaction_dict, '4edef2c24995d15b0e25cbd152fb0e2c05d3b79b9c2afd134e6f59f91bf99e48') ``` -For validator-related transactions, see the section on the `Validator` class. +For validator-related transactions, see the [section on the `Validator` class][#validator-class]