Closed PawelPodkalicki closed 6 years ago
Four functions set_account_status, unset_account_status, set_node_status, unset_node_status return signature appended to tx.data. It is not consistent with other function, which have separate tx.signature field.
set_account_status
unset_account_status
set_node_status
unset_node_status
tx.data
tx.signature
Issue was observed in deprecated (old) version of ads.
Four functions
set_account_status
,unset_account_status
,set_node_status
,unset_node_status
return signature appended totx.data
. It is not consistent with other function, which have separatetx.signature
field.