Skip to content

Commit

Permalink
use substore prefix in delete
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Jun 20, 2024
1 parent f7f6d2b commit 11f24b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bin/pd/src/migrate/testnet78.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async fn delete_empty_deleted_packet_commitments(
pin_mut!(stream_empty_commitments);

while let Some(key) = stream_empty_commitments.next().await {
delta.delete(key);
delta.delete(format!("ibc-data/{}", key));
}

Ok(())
Expand Down

0 comments on commit 11f24b5

Please sign in to comment.