refactor(Core): apply clang-tidy modernize-redundant-void-arg (#3825)

This commit is contained in:
Francesco Borzì
2020-12-06 21:38:52 +01:00
committed by GitHub
parent cba126fa84
commit a7faf4a16f
15 changed files with 41 additions and 41 deletions

View File

@@ -72,7 +72,7 @@ public:
BigNumber ModExp(BigNumber const& bn1, BigNumber const& bn2);
BigNumber Exp(BigNumber const&);
int32 GetNumBytes(void);
int32 GetNumBytes();
struct bignum_st* BN() { return _bn; }