citadel-tech / coinswap

Functioning, minimal-viable binaries and libraries to perform a trustless, p2p Maxwell-Belcher Coinswap Protocol
https://gist.github.com/chris-belcher/9144bd57a91c194e332fb5ca371d0964
Other
69 stars 44 forks source link

Search & Remove reductant api's in `utill.rs` #233

Open KnowWhoami opened 1 month ago

KnowWhoami commented 1 month ago

In the utill.rs file, there are several functions that perform tasks for which APIs already exist in the dependency libraries.

For example https://github.com/citadel-tech/coinswap/blob/691c937454ccf1c2a182ef0aca1d514b7f74606d/src/utill.rs#L465

KnowWhoami commented 1 month ago