Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Plutus Playground simulator splits wallet balance into 10 outputs #446

Open
catch-21 opened this issue May 3, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@catch-21
Copy link
Contributor

catch-21 commented May 3, 2022

Summary

The simulator is unnecessarily splitting wallet balances into 10 outputs.

Steps to reproduce the behavior

  1. Go to https://playground.plutus.iohkdev.io/
  2. Select "Hello World" contract
  3. Simulate
  4. Evaluate
  5. Observe outputs

Actual Result

Wallet 2 and Wallet 1 both have 10 outputs.
Screenshot_20220503_115145

Expected Result

There could have been just 1 output for each wallet.

Describe the approach you would take to fix this

No response

System info

Staging: fdb0eec
Prod is probably e4062bc (tag: v2022-04-06)

@catch-21 catch-21 added the bug Something isn't working label May 3, 2022
@zmrocze
Copy link
Contributor

zmrocze commented Jun 4, 2022

related code: emulatorStateInitialDist.

I don't get the explanation there, how is number 10 the exact good one?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants