Browse Source

static

cl-refactor
arkpar 10 years ago
parent
commit
77bfce921b
  1. 4
      libwhisper/Common.h

4
libwhisper/Common.h

@ -58,8 +58,8 @@ enum WhisperPacket
PacketCount
};
const int TopicBloomFilterSize = 64;
const int WhisperProtocolVersion = 3;
static const int TopicBloomFilterSize = 64;
static const int WhisperProtocolVersion = 3;
using AbridgedTopic = FixedHash<4>;
using Topic = h256;

Loading…
Cancel
Save