Skip to content

Commit 63b68fa

Browse files
committed
Remove unneeded comment
1 parent 9bcbae4 commit 63b68fa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • orange-sdk/src/trusted_wallet

orange-sdk/src/trusted_wallet/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ pub struct Payment {
4343

4444
pub(crate) type DynTrustedWalletInterface = dyn TrustedWalletInterface + Send + Sync;
4545

46-
// todo i dont think we need send + sync
4746
/// Represents a trait for a trusted wallet interface.
4847
pub trait TrustedWalletInterface: Send + Sync + private::Sealed {
4948
/// Returns the current balance of the wallet.

0 commit comments

Comments
 (0)