chore: update against latest main, rerun build, change unlock interface
This commit is contained in:
@@ -33,7 +33,7 @@ validator gift_card(token_name: ByteArray, utxo_ref: OutputReference) {
|
||||
}
|
||||
|
||||
validator redeem(token_name: ByteArray, policy_id: ByteArray) {
|
||||
fn(_d: Void, _r: Void, ctx: ScriptContext) -> Bool {
|
||||
fn(_d: Data, _r: Data, ctx: ScriptContext) -> Bool {
|
||||
let ScriptContext { transaction, .. } = ctx
|
||||
|
||||
let Transaction { mint, .. } = transaction
|
||||
|
||||
Reference in New Issue
Block a user