remove comment

This commit is contained in:
Kasey White 2023-03-01 21:45:33 -05:00 committed by Lucas
parent fe1f200e4d
commit 26b4156d5a
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ pub fn validate_pool_borrow(
) -> Bool { ) -> Bool {
let validator_address = scripthash_address(#"ff") let validator_address = scripthash_address(#"ff")
// Uncommend bellow to make everything worse
expect Some(pool_output) = get_output(ctx, validator_address) expect Some(pool_output) = get_output(ctx, validator_address)
expect Some(pool_input) = get_input(ctx, validator_address) expect Some(pool_input) = get_input(ctx, validator_address)
True True