Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
nit: fix spelling (#15908)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5760cf0)

# Conflicts:
#	sdk/src/feature_set.rs
  • Loading branch information
jackcmay authored and mergify-bot committed Mar 16, 2021
1 parent fddba08 commit 7c283e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/src/feature_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ lazy_static! {
(cpi_share_ro_and_exec_accounts::id(), "Share RO and Executable accounts during cross-program invocations"),
(skip_ro_deserialization::id(), "Skip deserialization of read-only accounts"),
(require_stake_for_gossip::id(), "require stakes for propagating crds values through gossip #15561"),
<<<<<<< HEAD
=======
(cpi_data_cost::id(), "charge the compute budget for data passed via CPI"),
>>>>>>> 5760cf0f4... nit: fix spelling (#15908)
/*************** ADD NEW FEATURES HERE ***************/
]
.iter()
Expand Down

0 comments on commit 7c283e6

Please sign in to comment.