You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Compile warning in function CitaSendRawtx
boatcita.c: In function 'CitaSendRawtx':
boatcita.c:71:17: warning: pointer targets in passing argument 2 of 'UtilityBinToHex' differ in signedness [-Wpointer-sign]
(char*)tx_ptr->rawtx_fields.nonce.field, 16,
^
In file included from /home/john/BoAT-X-Framework/include/boatiotsdk.h:36:0,
from /home/john/BoAT-X-Framework/sdk/include/boatinternal.h:37,
from boatcita.c:24:
/home/john/BoAT-X-Framework/include/boatutility.h:304:9: note: expected 'const BUINT8 * {aka const unsigned char *}' but argument is of type 'char *'
BUINT32 UtilityBinToHex(BOAT_OUT BCHAR *to_str,
^~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
Describe the bug
Compile warning in function CitaSendRawtx
The text was updated successfully, but these errors were encountered: