Skip to content
Snippets Groups Projects
Commit b98cfbcc authored by Dmitrii's avatar Dmitrii
Browse files

[+] add datum signer

parent bf79caf6
No related branches found
No related tags found
1 merge request!420Feature 5220
Pipeline #10214 passed with stage
in 5 seconds
......@@ -298,6 +298,9 @@ static uint16_t s_datum_type_from_str(const char *a_type_str)
if(!dap_strcmp(a_type_str, "transaction")) {
return DAP_CHAIN_DATUM_256_TX;
}
if (!dap_strcmp(a_type_str, "signer")) {
return DAP_CHAIN_DATUM_SIGNER;
}
return DAP_CHAIN_DATUM_CUSTOM;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment