Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
james-chf committed Oct 27, 2022
1 parent 22813da commit f6e4dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/vm_host_env/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ impl TestTxEnv {
address.borrow(),
Address::Internal(_) | Address::Implicit(_)
) {
// don't write a VP for internal addresses
continue;
}
let key = Key::validity_predicate(address.borrow());
Expand Down

0 comments on commit f6e4dbc

Please sign in to comment.