-
Notifications
You must be signed in to change notification settings - Fork 519
Closed
Labels
new-feature-requestFeature request that needs triageFeature request that needs triage
Description
Problem
When debugging a set of transactions using the Dryrun REST endpoint, if an application call is signed by logic two programs are evaluated but there is only space for one disassembled program:
go-algorand/daemon/algod/api/server/v2/generated/types.go
Lines 310 to 311 in 0d65a0f
| // Disassembled program line by line. | |
| Disassembly []string `json:"disassembly"` |
Solution
Add another field to allow both disassembled programs to be returned.
Metadata
Metadata
Assignees
Labels
new-feature-requestFeature request that needs triageFeature request that needs triage