Skip to content

Commit 70cfdb5

Browse files
fixup! silentpayments: sending
Include what you use (as far as possible). This is currently a bit arbitrary in the entire library, but see bitcoin-core#1724 for rationale why this is a good idea.
1 parent 99aef92 commit 70cfdb5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/modules/silentpayments/main_impl.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
#include "../../../include/secp256k1_extrakeys.h"
1111
#include "../../../include/secp256k1_silentpayments.h"
1212

13+
#include "../../eckey.h"
14+
#include "../../ecmult.h"
15+
#include "../../ecmult_const.h"
16+
#include "../../ecmult_gen.h"
17+
#include "../../group.h"
18+
#include "../../hash.h"
19+
#include "../../hsort.h"
20+
1321
/** Sort an array of silent payment recipients. This is used to group recipients by scan pubkey to
1422
* ensure the correct values of k are used when creating multiple outputs for a recipient.
1523
*/

0 commit comments

Comments
 (0)