Skip to content

Commit 44eebe7

Browse files
committed
chore: resolve constVariable linter error
1 parent 30bf19d commit 44eebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hash_x11.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inline uint256 HashX11(const T1 pbegin, const T1 pend)
3737
sph_shavite512_context ctx_shavite;
3838
sph_simd512_context ctx_simd;
3939
sph_echo512_context ctx_echo;
40-
static unsigned char pblank[1];
40+
static const unsigned char pblank[1]{};
4141

4242
uint512 hash[11];
4343

0 commit comments

Comments
 (0)