bump plutarch to staging rev
This commit is contained in:
parent
93dcd14847
commit
7003c4556e
7 changed files with 120 additions and 74 deletions
|
|
@ -21,7 +21,6 @@ import Plutarch.Api.V1 (
|
|||
mkValidator,
|
||||
validatorHash,
|
||||
)
|
||||
import Plutus.V1.Ledger.Ada (adaValueOf)
|
||||
import Plutus.V1.Ledger.Api (
|
||||
Address (Address),
|
||||
Credential (ScriptCredential),
|
||||
|
|
@ -84,7 +83,7 @@ stakeCreation =
|
|||
, txOutDatumHash = Just (DatumHash "")
|
||||
}
|
||||
]
|
||||
, txInfoFee = adaValueOf 2
|
||||
, txInfoFee = Value.singleton "" "" 2
|
||||
, txInfoMint = st
|
||||
, txInfoDCert = []
|
||||
, txInfoWdrl = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue