Russell Yanofsky 01a3392b1b Drop bitcoin-wallet dependency on libevent
Don't require urlDecode function in wallet code since urlDecode implementation
currently uses libevent. Just call urlDecode indirectly though URL_DECODE
function pointer constant if available.

In bitcoind and bitcoin-qt, URL_DECODE is implemented and used to interpret RPC
wallet requests. In bitcoin-wallet, URL_DECODE is null to avoid depending on
libevent.
2020-04-02 08:35:10 -04:00
..
2020-03-27 15:17:35 +00:00
2020-03-02 17:26:30 +09:00
2019-10-15 22:56:43 +00:00
2020-03-27 15:17:35 +00:00
2020-01-16 18:25:11 -08:00