Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cellframe-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
16
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
cellframe-sdk
Merge requests
!2116
bugfix-15958
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bugfix-15958
bugfix-15958
into
develop
Overview
0
Commits
10
Pipelines
1
Changes
17
Merged
Roman Khlopkov
requested to merge
bugfix-15958
into
develop
1 week ago
Overview
0
Commits
10
Pipelines
1
Changes
4
Expand
[*] Hardfork datums processing fixes
👍
0
👎
0
Merge request reports
Viewing commit
3341235f
Prev
Next
Show latest version
4 files
+
94
−
122
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
3341235f
[*] Additional voting renamings
· 3341235f
Roman Khlopkov
authored
2 weeks ago
modules/chain/include/dap_chain_srv.h
+
1
−
1
Options
@@ -31,7 +31,7 @@ along with any CellFrame SDK based project. If not, see <http://www.gnu.org/lic
// System services literlas
#define DAP_CHAIN_SRV_STAKE_POS_DELEGATE_LITERAL "PoS-delegate"
#define DAP_CHAIN_SRV_XCHANGE_LITERAL "eXchange"
#define DAP_CHAIN_SRV_VOTING_LITERAL "
voting
"
#define DAP_CHAIN_SRV_VOTING_LITERAL "
poll
"
// Start service callback
typedef
void
*
(
*
dap_chain_srv_callback_start_t
)(
dap_chain_net_id_t
a_net_id
,
dap_config_t
*
a_config
);
Loading