Files
pallectrum/electrum
SomberNight ea5c49b3ab wallet.delete_request(key): piggyback on get_request(key)
So that the two methods are consistent with each other.

As concrete motivation, see e.g.
- how the `getrequest(key)` command calls `wallet.get_request(key)`, and
- the `delete_request(address)` command calls `wallet.delete_request(address)`
2022-08-10 23:48:44 +02:00
..
2022-07-07 18:29:01 +02:00
2022-06-29 16:18:23 +02:00
2022-07-22 13:01:21 +08:00
2022-08-03 14:03:27 +00:00
2022-08-09 19:04:17 +02:00