Skip to content

Commit

Permalink
Merge pull request #201 from hadronlabs-org/chore/backup-doc
Browse files Browse the repository at this point in the history
chore: mirror doc
  • Loading branch information
oldremez authored Nov 28, 2024
2 parents c41df39 + 1bf973d commit 899ec67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/mirror/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<NeutronQuery>,
_env: Env,
Expand Down

0 comments on commit 899ec67

Please sign in to comment.