Skip to content

Commit 0a8a448

Browse files
authored
Removed Changing the Operational Address (#1437)
* Removed Changing the Operational Address * Update managing-staking-and-delegation-operations.adoc * Update managing-staking-and-delegation-operations.adoc
1 parent 5fb8934 commit 0a8a448

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

components/Starknet/modules/staking/pages/managing-staking-and-delegation-operations.adoc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ Validators can update the commission rate of their delegation pool using the `up
4444

4545
== Address Management
4646

47-
Both validators and delegators can update their associated addresses within their staking and delegation contracts. This section outlines how to change the operational and reward addresses.
47+
Both validators and delegators can update their associated addresses within their staking and delegation contracts. This section outlines how to change the reward address.
4848

49-
=== Changing the Operational Address (Validators)
49+
// === Changing the Operational Address (Validators)
50+
51+
// Validators can change their operational address by interacting with the `change_operational_address` function.
5052

51-
Validators can change their operational address by interacting with the `change_operational_address` function.
53+
// .Procedure
5254

53-
.Procedure
54-
55-
. Using a Starknet block explorer, navigate to the staking contract.
56-
. In the contract interface, locate and select the `change_operational_address` function.
57-
. Enter the following parameter:
58-
+
59-
* **`operational_address`**: Enter the new operational address.
60-
. Submit the transaction to update the operational address.
55+
// . Using a Starknet block explorer, navigate to the staking contract.
56+
// . In the contract interface, locate and select the `change_operational_address` function.
57+
// . Enter the following parameter:
58+
// +
59+
// * **`operational_address`**: Enter the new operational address.
60+
// . Submit the transaction to update the operational address.
6161

6262
=== Changing the Reward Address (Validators and Delegators)
6363

0 commit comments

Comments
 (0)