rename LBS to ByteString.Lazy
This commit is contained in:
parent
32e0ee2b9e
commit
75b6b908fd
1 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ import Prelude
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
import Codec.Serialise (serialise)
|
||||
import Data.ByteString.Lazy qualified as LBS
|
||||
import Data.ByteString.Lazy qualified as ByteString.Lazy
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
@ -181,4 +181,4 @@ toDatumHash datum =
|
|||
PlutusTx.toBuiltin $
|
||||
plift $
|
||||
pblake2b_256
|
||||
# pconstant (LBS.toStrict $ serialise $ PlutusTx.toData datum)
|
||||
# pconstant (ByteString.Lazy.toStrict $ serialise $ PlutusTx.toData datum)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue