Skip to content

Commit

Permalink
feat(compliance): update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Jan 25, 2024
1 parent 3cc8d38 commit 2706f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pool/src/mempool/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ impl PoolInner {
}

if sender.gt(&0) && storage_address.ne(&uo.sender) {
// deny if the sender is also an entity in another user operation
// Reject UO if the sender is also an entity in another UO in the mempool
for entity in uo.entities() {
if storage_address.eq(&entity.address) {
return Err(MempoolError::AssociatedStorageIsAlternateSender);
Expand Down

0 comments on commit 2706f51

Please sign in to comment.