Florian Dold
a1c5f00aed
The p2p coin selection didn't work properly when all available denoms are needed. Thanks to Florian Jung for finding the issue and suggesting a fix. |
||
---|---|---|
.. | ||
backup | ||
attention.ts | ||
balance.ts | ||
common.ts | ||
deposits.ts | ||
exchanges.ts | ||
merchants.ts | ||
pay-merchant.ts | ||
pay-peer.ts | ||
pending.ts | ||
README.md | ||
recoup.ts | ||
refresh.ts | ||
testing.ts | ||
tip.ts | ||
transactions.ts | ||
withdraw.test.ts | ||
withdraw.ts |
Wallet Operations
This folder contains the implementations for all wallet operations that operate on the wallet state.
To avoid cyclic dependencies, these files must not reference each other. Instead, other operations should only be accessed via injected dependencies.
Avoiding cyclic dependencies is important for module bundlers.