Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tom Bradshaw
crown-core
Commits
bfd88052
Commit
bfd88052
authored
6 years ago
by
presstab
Browse files
Options
Download
Email Patches
Plain Diff
missed file
parent
22ca7bfb
Pipeline
#599
failed with stage
in 60 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mn-pos/stakepointer.cpp
+5
-3
src/mn-pos/stakepointer.cpp
with
5 additions
and
3 deletions
+5
-3
src/mn-pos/stakepointer.cpp
View file @
bfd88052
//
// Created by pt on 9/26/18.
//
#include "stakepointer.h"
bool
StakePointer
::
VerifyCollateralSignOver
()
const
{
return
pubKeyCollateral
.
Verify
(
pubKeyProofOfStake
.
GetHash
(),
vchSigCollateralSignOver
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help