]> Git Repo - VerusCoin.git/blobdiff - src/core_read.cpp
Implement accurate memory accounting for mempool
[VerusCoin.git] / src / core_read.cpp
index 1b3e9025ddf402932d5534d0d0e03a656f0f3e83..4be24f8e09725899533d22711af2ac775b400614 100644 (file)
@@ -22,7 +22,7 @@
 
 using namespace std;
 
-CScript ParseScript(std::string s)
+CScript ParseScript(const std::string& s)
 {
     CScript result;
 
This page took 0.023649 seconds and 4 git commands to generate.