Skip to content

Commit

Permalink
Fix: contract's last action (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky authored Dec 6, 2023
1 parent ada629d commit 98c96de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/api/handlers/responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ func (c *Contract) FromModel(contract contract.Contract) {
c.Annotations = script.Annotations
c.Entrypoints = script.Entrypoints
c.ID = contract.ID
c.LastAction = contract.Account.LastAction
}

// ContractWithStats -
Expand Down

0 comments on commit 98c96de

Please sign in to comment.