We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d830d2b commit f84128fCopy full SHA for f84128f
soroban-sdk/src/testutils.rs
@@ -441,8 +441,8 @@ pub trait Address {
441
pub trait MuxedAddress {
442
/// Create a new MuxedAddress with arbitrary `Address` part and provided
443
/// multiplexing identifier.
444
- ///
445
- /// Note, that since currently only accounts can be multiplexed, the
+ ///
+ /// Note, that since currently only accounts can be multiplexed, the
446
/// underlying `Address` will be an account (not contract) address.
447
fn generate(env: &Env, id: u64) -> crate::MuxedAddress;
448
0 commit comments