aboutsummaryrefslogtreecommitdiff
path: root/libbbot/manifest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbbot/manifest.hxx')
-rw-r--r--libbbot/manifest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbbot/manifest.hxx b/libbbot/manifest.hxx
index 4ae8b26..b981ab4 100644
--- a/libbbot/manifest.hxx
+++ b/libbbot/manifest.hxx
@@ -296,12 +296,12 @@ namespace bbot
// The answer to challenge in the task response.
//
- butl::optional<std::string> challenge;
+ butl::optional<std::vector<char>> challenge;
result_manifest result;
result_request_manifest (std::string s,
- butl::optional<std::string> c,
+ butl::optional<std::vector<char>> c,
result_manifest r)
: session (std::move (s)),
challenge (std::move (c)),