smartcontractkit / chainlink-starknet

MIT License
59 stars 19 forks source link

Fix `afterExecute` Hook Regression #454

Closed chris-de-leon-cll closed 5 months ago

chris-de-leon-cll commented 5 months ago

This PR fixes a regression introduced by https://github.com/smartcontractkit/chainlink-starknet/pull/443 where the afterExecute hook incorrectly returns void as opposed to the actual result of calling the hook. To fix the regression the following changes have been made: