From e748e6912fc20920f5cd4a99f18b9842571e4d91 Mon Sep 17 00:00:00 2001 From: kkawula <57270771+kkawula@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:46:41 +0200 Subject: [PATCH 1/2] Update docs link --- docs/guide/generating_key_pair.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/generating_key_pair.rst b/docs/guide/generating_key_pair.rst index c62f8f8e4..849187b34 100644 --- a/docs/guide/generating_key_pair.rst +++ b/docs/guide/generating_key_pair.rst @@ -36,7 +36,7 @@ Reading key pair from keystore file ----------------------------------- Using :meth:`~starknet_py.net.signer.stark_curve_signer.KeyPair.from_keystore` method there is possibility to import a key pair from a keystore file. -The keystore file should follow the `Ethereum keystore `_ format. +The keystore file should follow the `Ethereum keystore `_ format. .. codesnippet:: ../../starknet_py/tests/e2e/docs/guide/test_key_pair.py :language: python From 645ea9d794c5e8b95e0ed6024c4364a627a0db3d Mon Sep 17 00:00:00 2001 From: kkawula <57270771+kkawula@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:49:41 +0200 Subject: [PATCH 2/2] Update docs link --- docs/guide/generating_key_pair.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/generating_key_pair.rst b/docs/guide/generating_key_pair.rst index 849187b34..93e8c90c6 100644 --- a/docs/guide/generating_key_pair.rst +++ b/docs/guide/generating_key_pair.rst @@ -36,7 +36,7 @@ Reading key pair from keystore file ----------------------------------- Using :meth:`~starknet_py.net.signer.stark_curve_signer.KeyPair.from_keystore` method there is possibility to import a key pair from a keystore file. -The keystore file should follow the `Ethereum keystore `_ format. +The keystore file should follow the `Ethereum keystore `_ format. .. codesnippet:: ../../starknet_py/tests/e2e/docs/guide/test_key_pair.py :language: python