[ create a new paste ] login | about

Link: http://codepad.org/BfJgyPwQ    [ raw code | fork ]

Plain Text, pasted on Apr 23:
1
2
3
4
5
6
7
8
9
10
11
12
versionbits.cpp:9:47: error: ‘MAX_VERSION_BITS_DEPLOYMENTS’ was not declared in this scope
 const char * const VersionBitsDeploymentNames[MAX_VERSION_BITS_DEPLOYMENTS] = {
                                               ^
versionbits.cpp:9:47: note: suggested alternative:
In file included from pow.h:9:0,
                 from chain.h:11,
                 from versionbits.h:8,
                 from versionbits.cpp:5:
consensus/params.h:20:5: note:   ‘MAX_VERSION_BITS_DEPLOYMENTS’
     MAX_VERSION_BITS_DEPLOYMENTS
     ^



Create a new paste based on this one


Comments: