-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
ubuntu@ip-172-31-43-201:~$ drivenet-cli listsidechainctip 0
error code: -1
error message:
JSON value is not an integer as expected
Maybe
Line 803 in b2350a9
| uint8_t nSidechain = (unsigned int)request.params[0].get_int(); |
should be
Line 851 in b2350a9
| uint8_t nSidechain = std::stoi(request.params[0].getValStr()); |
Metadata
Metadata
Assignees
Labels
No labels