shadowproject/shadow

View on GitHub
src/chainparamsseeds.h

Summary

Maintainability
Test Coverage
#ifndef CHAINPARAMSSEEDS_H
#define CHAINPARAMSSEEDS_H

static const unsigned int pnSeed[] =
{
    0x05fab2da,
    0x05fab2db,
    0x68a766cc,
    0x68a766ce,
};

static const unsigned int pnTestnetSeed[] =
{
    0x05fab2da,
    0x05fab2db,
    0x68a766cc,
    0x68a766ce,
};

#endif