Skip to content

Commit

Permalink
added default context to oib
Browse files Browse the repository at this point in the history
  • Loading branch information
bjartek committed Mar 7, 2024
1 parent 9702c3d commit 0106e22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down

0 comments on commit 0106e22

Please sign in to comment.