mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
484370a6bc
This was factored out into a separate `plugins/pay`, though I am still not prepared to take over that. ChangeLog-none
19 lines
634 B
Plaintext
19 lines
634 B
Plaintext
# Code owners are automatically requested for review when someone
|
|
# opens a pull request that modifies code that they own. When someone
|
|
# with admin or owner permissions has enabled required reviews, they
|
|
# also can optionally require approval from a code owner before the
|
|
# author can merge a pull request in the repository.
|
|
|
|
wallet/ @cdecker
|
|
*.py @cdecker
|
|
|
|
wallet/invoices.* @ZmnSCPxj
|
|
|
|
common/param.* @wythe
|
|
common/json.* @wythe
|
|
common/json_tok.* @wythe
|
|
common/wallet_tx.* @wythe
|
|
|
|
# See https://help.github.com/articles/about-codeowners/ for more
|
|
# information
|