From 0106e2206b111dd900addf663dc32c9956b1a872 Mon Sep 17 00:00:00 2001 From: Bjarte Stien Karlsen Date: Thu, 7 Mar 2024 10:54:07 +0100 Subject: [PATCH] added default context to oib --- state.go | 1 + 1 file changed, 1 insertion(+) diff --git a/state.go b/state.go index a69c80c..065e046 100644 --- a/state.go +++ b/state.go @@ -654,6 +654,7 @@ func (o *OverflowState) BuildInteraction(filename string, interactionType string path = o.ScriptBasePath } ftb := &OverflowInteractionBuilder{ + Ctx: context.Background(), Overflow: o, Payer: nil, Arguments: []cadence.Value{},