Unverified Commit b50809e7 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

Add chunk size to --version info

parent aff154c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -364,6 +364,7 @@ int main(int argc, const char* argv[]) {
        cout << "Debug: OFF" << endl;
#endif
        cout << "RPC protocol: " << RPC_PROTOCOL << endl;
        cout << "Chunk size: " << CHUNKSIZE << " bytes" << endl;
        return 0;
    }