1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/validator/interfaces/liteserver.h
ton 841d5ebac2 updated fift
updated fift
updated some smartcontracts
added partial support for hardforks
2019-10-01 14:07:35 +04:00

16 lines
233 B
C++

#pragma once
#include "td/actor/actor.h"
namespace ton {
namespace validator {
class LiteServerCache : public td::actor::Actor {
public:
virtual ~LiteServerCache() = default;
};
} // namespace validator
} // namespace ton