Skip to content

Commit

Permalink
Fix panic! message (bluealloy#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuly14 authored Mar 21, 2023
1 parent 2d5b710 commit 0eff6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/interpreter/src/host/dummy_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ impl Host for DummyHost {
}

fn selfdestruct(&mut self, _address: B160, _target: B160) -> Option<SelfDestructResult> {
panic!("Create is not supported for this host")
panic!("Selfdestruct is not supported for this host")
}

fn create(
Expand Down

0 comments on commit 0eff6a7

Please sign in to comment.