Skip to content

Commit

Permalink
Add missing handler for sidestake contract (to be squashed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Oct 1, 2023
1 parent 7d373c3 commit 9a31615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gridcoin/contract/contract.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ class Dispatcher
case ContractType::SCRAPER: return GetScraperRegistry();
case ContractType::VOTE: return GetPollRegistry();
case ContractType::MRC: return m_mrc_contract_handler;
case ContractType::SIDESTAKE: return GetSideStakeRegistry();
default: return m_unknown_handler;
}
}
Expand Down

0 comments on commit 9a31615

Please sign in to comment.