Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Nov 4, 2024
1 parent 3185ee8 commit 91815a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-sdk/src/_migrating/v21.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//!
//! Current implementations of the interface will see a build error, and should change [`BytesN<32>`][crate::BytesN] to [`Hash<32>`][crate::crypto::Hash].
//!
//! ```diff
//! ```
//! use soroban_sdk::auth::CustomAccountInterface;
//!
//! #[contract]
Expand Down

0 comments on commit 91815a2

Please sign in to comment.