Open cjrutherford opened 2 months ago
Created an initial open api yaml for the electrs rest api. replaced the large string of calls to add_default_server() into a macro call that expands to the equivalent in the compiled code.
add_default_server()
The macro change looks great and is something I had in mind too. Thank you!
Would it be possible to separate that from the other changes?
yes, I'll remove the other changes to separate this one.
Created an initial open api yaml for the electrs rest api. replaced the large string of calls to
add_default_server()
into a macro call that expands to the equivalent in the compiled code.