From 1bf973d6a76089dbe4e7ea840954274710ab445c Mon Sep 17 00:00:00 2001 From: Sergey Ratiashvili Date: Tue, 19 Nov 2024 14:19:53 +0100 Subject: [PATCH] chore: mirror doc --- contracts/mirror/src/contract.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contracts/mirror/src/contract.rs b/contracts/mirror/src/contract.rs index fc243795..33c1deb2 100644 --- a/contracts/mirror/src/contract.rs +++ b/contracts/mirror/src/contract.rs @@ -204,6 +204,10 @@ pub fn execute_update_bond( Ok(response("update_bond_state", CONTRACT_NAME, attrs)) } +/// The backup address is an optional address on the Neutron chain where the bond will +/// be sent if it cannot be successfully delivered to the receiver on the remote chain. +/// This option is particularly useful in scenarios where deriving a valid receiver +/// address is challenging, such as with EVM-based chains like Initia, where the derivation path may differ pub fn execute_bond( deps: DepsMut, _env: Env,