Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 17, 2024
1 parent ef76e5e commit 27c391e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/chia-client/src/request_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ impl RequestMap {
for i in 0..=u16::MAX {
if !items.contains_key(&i) {
index = Some(i);
break;
}
}

Expand Down

0 comments on commit 27c391e

Please sign in to comment.