ccnx: Verification seems to work
Change-Id: I988f4cefbb954444dcdb989a9295e3b491203206
diff --git a/ccnx/ccnx-wrapper.h b/ccnx/ccnx-wrapper.h
index 9ce21e5..a49b2a8 100644
--- a/ccnx/ccnx-wrapper.h
+++ b/ccnx/ccnx-wrapper.h
@@ -94,7 +94,7 @@
putToCcnd (const Bytes &contentObject);
bool
- verifyKey(PcoPtr &pco, double maxWait = 0.5 /*seconds*/);
+ verify(PcoPtr &pco, double maxWait = 1 /*seconds*/);
PcoPtr
get (const Name &interest, const Selectors &selector = Selectors(), double maxWait = 4.0/*seconds*/);