From 1cfce4f046c824e4b322ee2bdbb440644b3f32cb Mon Sep 17 00:00:00 2001 From: Hui Zhao <98204090+huihzhao@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:48:54 +0200 Subject: [PATCH] Update crosschain-redelegation.md to fix a typo (#300) --- docs/bcfusion/developers/crosschain-redelegation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bcfusion/developers/crosschain-redelegation.md b/docs/bcfusion/developers/crosschain-redelegation.md index e29eb974b2..76497710fb 100644 --- a/docs/bcfusion/developers/crosschain-redelegation.md +++ b/docs/bcfusion/developers/crosschain-redelegation.md @@ -1,7 +1,7 @@ # Crosschain Redelgation To migrate the exisiting delegation from BNB Beacon chain (the old BSC staking) to the new BNB smart chain native -staking, crosschain redelegation cal be used. +staking, crosschain redelegation can be used. A user can submit a message called `MsgSideChainStakeMigration` to the Beacon chain. Underlying, it will unbound the delegation immediately on BC (without wating unbond period), sends a cross-chain transaction to BSC to delegate to a native BSC validator.