Author

Topic: how to include secp256k1 (Read 241 times)

newbie
Activity: 22
Merit: 1
October 14, 2018, 12:10:42 AM
#3
thanks for the answer
staff
Activity: 3458
Merit: 6793
Just writing some code
October 13, 2018, 02:09:16 PM
#2
bitcoin-tx.cpp does not directly use anything in secp256k1 but it does directly use things in UniValue. Thus it does not need to include secp256k1. secp256k1 is included in other files where it is directly used.
newbie
Activity: 22
Merit: 1
October 13, 2018, 04:03:04 AM
#1
sorry, a silly question

why in bitcoin-tx.cpp have to #include but not #include
while both two above are kind of like outer libraries?

anybody help please

or are there any resource that can help to understand the src/Makefile.am?
Jump to: