You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the event of a failed bundle simulation, the tx_signature field in the JSON response is formatted in snake_case, unlike the other fields which are in camelCase.
The text was updated successfully, but these errors were encountered:
* Add new StakeError variant
* Add closure to return error if EpochRewards::active
* Use error_during_epoch_rewards for Instructions that mutate stake accounts
* Use try instead of manually matching Ok/Err
* Consolidate error_during_epoch_rewards check
* Add new test helper
* Add test demonstrating which ix return StakeError::EpochRewardsActive
* Remove single-use fn
In the event of a failed bundle simulation, the tx_signature field in the JSON response is formatted in snake_case, unlike the other fields which are in camelCase.
The text was updated successfully, but these errors were encountered: