mirror of
https://github.com/FiloSpaTeam/plutus-pioneer-program.git
synced 2024-11-21 22:32:00 +01:00
adjusted Trace example
This commit is contained in:
parent
316091f960
commit
9132d1b281
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ myTrace = do
|
|||
callEndpoint @"give" h1 $ GiveParams
|
||||
{ gpBeneficiary = pubKeyHash $ walletPubKey $ Wallet 2
|
||||
, gpDeadline = slotToBeginPOSIXTime def 20
|
||||
, gpAmount = 1000
|
||||
, gpAmount = 10000000
|
||||
}
|
||||
void $ waitUntilSlot 20
|
||||
callEndpoint @"grab" h2 ()
|
||||
|
|
Loading…
Reference in a new issue