Skip to content

Commit

Permalink
chore: add visibility setting
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 2, 2023
1 parent 8ec166f commit 59e2bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::identity::state_transition::asset_lock_proof::validate_asset_lock_tra
use crate::ProtocolError;
use crate::validation::SimpleConsensusValidationResult;

pub fn validate_instant_asset_lock_proof_structure_v0(
pub(in crate::identity::state_transition::asset_lock_proof::instant) fn validate_instant_asset_lock_proof_structure_v0(
proof: &InstantAssetLockProof,
platform_version: &PlatformVersion,
) -> Result<SimpleConsensusValidationResult, ProtocolError> {
Expand Down

0 comments on commit 59e2bb3

Please sign in to comment.