Skip to content

Commit b8e934e

Browse files
Seulgi Kimsgkim126
authored andcommitted
Check the lock script hashes of the output of DecomposeAsset
1 parent 63d73cb commit b8e934e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

state/src/impls/shard_level.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,7 @@ impl<'db> ShardLevelState<'db> {
793793
if output.shard_id != self.shard_id {
794794
continue
795795
}
796+
self.check_output_script_hash(output, sender, approvers)?;
796797
self.create_asset(
797798
transaction_tracker,
798799
index,

0 commit comments

Comments
 (0)