Skip to content

Commit

Permalink
Loading Pepe2.0
Browse files Browse the repository at this point in the history
Loading Pepe2.0
  • Loading branch information
pepe2pow committed Jul 5, 2023
1 parent f65bfe6 commit 0ae4f81
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 82 deletions.
Binary file not shown.
Binary file not shown.
156 changes: 78 additions & 78 deletions cmake-build-debug/CMakeFiles/CMakeOutput.log

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cmake-build-debug/CMakeFiles/clion-Debug-log.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"D:\Program Files\JetBrains\CLion 2023.1.3\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" -S D:\workplace\andy\123\pepe2.0 -B D:\workplace\andy\123\pepe2.0\cmake-build-debug
"D:\Program Files\JetBrains\CLion 2023.1.3\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles" -S D:\workplace\andy\pepe2\pepe2 -B D:\workplace\andy\pepe2\pepe2\cmake-build-debug
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
Expand All @@ -21,4 +21,4 @@ Call Stack (most recent call first):


-- Configuring incomplete, errors occurred!
See also "D:/workplace/andy/123/pepe2.0/cmake-build-debug/CMakeFiles/CMakeOutput.log".
See also "D:/workplace/andy/pepe2/pepe2/cmake-build-debug/CMakeFiles/CMakeOutput.log".
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AC_PREREQ([2.69])
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 0)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 1)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
Expand Down
2 changes: 1 addition & 1 deletion src/primitives/transaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class CTransaction
// adapting relay policy by bumping MAX_STANDARD_VERSION, and then later date
// bumping the default CURRENT_VERSION at which point both CURRENT_VERSION and
// MAX_STANDARD_VERSION will be equal.
static const int32_t MAX_STANDARD_VERSION=2;
static const int32_t MAX_STANDARD_VERSION=7;

// The local variables are made const to prevent unintended modification
// without updating the cached hash value. However, CTransaction is not
Expand Down

0 comments on commit 0ae4f81

Please sign in to comment.