Skip to content

Commit

Permalink
chore: update crypto import
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed May 9, 2024
1 parent 660fc1c commit df36e85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contract/src/utils.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
local constants = require("constants")
local base64 = require("base64")
local utils = {}
local crypto = require("crypto")

local utils = {}

function utils.hasMatchingTag(tag, value)
return Handlers.utils.hasMatchingTag(tag, value)
end
Expand Down

0 comments on commit df36e85

Please sign in to comment.