Skip to content

Commit

Permalink
fix: add stackHeight field in CompiledInstruction
Browse files Browse the repository at this point in the history
  • Loading branch information
fenghaojiang committed Dec 20, 2024
1 parent b08056d commit 1bff0ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ type CompiledInstruction struct {

// The program input data encoded in a base-58 string.
Data Base58 `json:"data"`

StackHeight uint16 `json:"stackHeight"`
}

func (ci *CompiledInstruction) ResolveInstructionAccounts(message *Message) ([]*AccountMeta, error) {
Expand Down

0 comments on commit 1bff0ab

Please sign in to comment.