aitos-io / BoAT-X-Framework

BoAT-X Blockchain Application Framework for IoT
http://www.aitos.io
Apache License 2.0
925 stars 49 forks source link

The error code contains an unreadable error type. #1286

Closed wsdhrtjl closed 1 year ago

wsdhrtjl commented 1 year ago
#define BOAT_ERROR_KEYPAIR_KEY_HAVENOON (-10210005)
#define BOAT_ERROR_NETWORK_HAVENOON (-10210008)

Havenoon is misspelled. The original meaning should be have none. This value is returned when the persistent key pair or network is read after it has been deleted. It means that the corresponding key pair or network does not exist. Using have none may not be accurate. Suggest replacing it with Inexistence.