SnapShot -> snapshot

This commit is contained in:
jl777
2018-06-12 00:35:59 -11:00
parent 329d80d2c1
commit bf91fda682
2 changed files with 2 additions and 2 deletions

View File

@@ -398,7 +398,7 @@ bool CBlockTreeDB::ReadAddressIndex(uint160 addressHash, int type,
bool getAddressFromIndex(const int &type, const uint160 &hash, std::string &address);
int32_t CBlockTreeDB::SnapShot()
int32_t CBlockTreeDB::Snapshot()
{
char chType; int32_t num = 0; std::string address;
boost::scoped_ptr<leveldb::Iterator> pcursor(NewIterator());