chore: remove loose println!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user