docs: update examples

This commit is contained in:
Michael Vines
2018-11-07 08:52:01 -08:00
parent f20013a010
commit 64658c33ee
4 changed files with 9 additions and 9 deletions

View File

@ -11,6 +11,8 @@ extern bool entrypoint(const uint8_t *input) {
const uint8_t *data;
uint64_t data_len;
sol_log("Hello World");
if (!sol_deserialize(input, ka, SOL_ARRAY_SIZE(ka), &ka_len, &data, &data_len)) {
return false;
}