Files
bitcoin/src
furszy 2870a97121 RPC: unify arg type error message
We were throwing two different errors for the same problematic:

* "Expected type {expected], got {type}" --> RPCTypeCheckArgument()
* "JSON value of type {type} is not of expected type {expected}" --> UniValue::checkType()
2022-09-12 10:04:15 -03:00
..
2022-07-20 15:34:36 +02:00
2022-08-05 14:59:15 +02:00
2022-08-22 14:59:58 +01:00
2022-09-12 10:04:15 -03:00
2022-06-20 12:22:05 +01:00
2021-11-12 11:46:34 +01:00
2022-04-20 14:29:29 +01:00
2022-06-20 12:22:05 +01:00
2022-07-20 15:34:36 +02:00
2021-12-30 19:36:57 +02:00
2022-08-04 11:32:25 +02:00
2022-07-20 10:34:46 +01:00
2022-08-04 11:32:25 +02:00
2022-08-16 17:26:28 +02:00
2022-07-26 11:05:04 +02:00
2021-12-30 19:36:57 +02:00
2021-12-30 19:36:57 +02:00
2022-08-20 09:33:01 +02:00
2022-08-05 14:59:15 +02:00
2022-08-05 14:59:15 +02:00
2022-07-19 14:12:33 +02:00
2022-01-02 11:40:31 +01:00
2022-08-30 14:11:21 -04:00