chore: remove loose println!

This commit is contained in:
rvcas
2022-11-16 14:49:06 -05:00
parent a27f0562bc
commit ef9fd15e12
6 changed files with 6 additions and 9 deletions

View File

@@ -33,8 +33,7 @@ pub fn spend(
rdmr: Redeemer,
ctx: spend.ScriptContext,
) -> Bool {
let x = datum.rdmr
when x is {
when datum.rdmr is {
sample.Buy(tipo1, fin) -> fin > 0
sample.Sell(twice, find: fin) -> fin > 0
sample.Hold(some) -> some > 0