Group transactions in list transaction endpoint
Open
enhancement
REST
v0.6.0-beta
- Dominant language
- Python
- Stars
- 25
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
In lightning there can be dozens of micro-transactions within a short period of time. Examples are keysend chats or podcasting 2.0. Optionally group these transactions into one single transaction.
Criteria to group two tx:
* same amount of satoshis
* must be directly adjacent to each other
* API user must opt in by setting a flag
Doesn't make sense for on-chain tx though.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.