Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 1849f4f

Browse files
committed
Update staking-pool-operations.mdx
1 parent 956063b commit 1849f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/nextra/pages/zh/network/nodes/validator-node/connect-nodes/staking-pool-operations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ aptos stake withdraw-stake \
112112
### 更新佣金
113113

114114
```bash filename="Terminal"
115-
aptos move run --function-id 0x1::staking_contract::update_commision \
115+
aptos move run --function-id 0x1::staking_contract::update_commission \
116116
--args address:<operator_address> u64:<commission_percentage> \
117117
--profile mainnet-owner
118118
```

0 commit comments

Comments
 (0)