| 109 | } |
| 110 | |
| 111 | bool GetRegScript(map<string, string>& mapRegScript) { |
| 112 | CRegID regId; |
| 113 | vector<unsigned char> vScript; |
| 114 | |
| 115 | if (pScriptDBTip == nullptr) |
| 116 | return false; |
| 117 | |
| 118 | assert(pScriptDBTip->Flush()); |
| 119 | |
| 120 | return true; |
| 121 | } |
| 122 | |
| 123 | bool CheckRegScript(const string& strRegID,const string& strPath) { |
| 124 | map<string, string> mapRegScript; |