Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: George Mulhearn <[email protected]>
  • Loading branch information
gmulhearn-anonyome committed Dec 11, 2024
1 parent 3cd9e86 commit 47cccec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aries/aries_vcx_ledger/src/ledger/multi_ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ use super::base_ledger::{AnoncredsLedgerRead, AnoncredsLedgerSupport};
use crate::errors::error::{VcxLedgerError, VcxLedgerResult};

// FUTURE - this multi-ledger anoncreds reader finds the first impl that supports the identifier
// and attempts to use it. This behaviour may need some enhancements in the future when
// and attempts to use it. This behaviour may need some enhancements in the future when
// considering coordination of unqualified object resolution, when multiple capable anoncreds
// readers are available (e.g. sovrin testnet & sovrin mainnet).
// readers are available (e.g. sovrin testnet & sovrin mainnet).
// Enhancements may include:
// * priority system - try A resolver before B if A & B both support the identifier
// * fallback/chain system - try A resolver, if it fails, try B resolver
Expand Down

0 comments on commit 47cccec

Please sign in to comment.