Skip to content

Commit

Permalink
GR support
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Dec 1, 2021
1 parent 0306d97 commit 6499d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/crypto/Algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Algorithm
RANDOM_X = 0x72000000,
ARGON2 = 0x61000000,
ASTROBWT = 0x41000000,
KAWPOW = 0x6b000000
KAWPOW = 0x6b000000,
GHOSTRIDER = 0x6c000000
};

Expand Down

0 comments on commit 6499d7d

Please sign in to comment.