]> Git Repo - VerusCoin.git/blobdiff - src/zcash/circuit/merkle.tcc
Remove the rest of libzerocash.
[VerusCoin.git] / src / zcash / circuit / merkle.tcc
index 3ec420b91a9cc13670437840fe4d2b04677365d5..ca89adbedf8d92e268da0967f7b35d526f2e9d88 100644 (file)
@@ -50,7 +50,7 @@ public:
     void generate_r1cs_witness(const MerklePath& path) {
         // TODO: Change libsnark so that it doesn't require this goofy
         // number thing in its API.
-        size_t path_index = libzerocash::convertVectorToInt(path.index);
+        size_t path_index = convertVectorToInt(path.index);
 
         positions.fill_with_bits_of_ulong(this->pb, path_index);
 
This page took 0.022204 seconds and 4 git commands to generate.