Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed May 17, 2024
1 parent 74ef21c commit dd725cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion request-response.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,10 @@ func compiledInstructionsToJsonParsed(
}
}(),
},
StackHeight: nil,
StackHeight: func() *uint32 {
// TODO: get the stack height from somewhere
return nil
}(),
}

parsedInstructionJSON, err := instrParams.ParseInstruction()
Expand Down

0 comments on commit dd725cd

Please sign in to comment.