sphinx: Fixing makefile for test_sphinx and using lightningd version

This commit is contained in:
Christian Decker
2017-04-13 11:07:05 -07:00
committed by Rusty Russell
parent 09b31624f0
commit e603dba14a
2 changed files with 6 additions and 3 deletions

View File

@@ -9,8 +9,9 @@
#include <assert.h>
#include <unistd.h>
#include "daemon/sphinx.h"
#include "daemon/sphinx.c"
#include "lightningd/sphinx.h"
secp256k1_context *secp256k1_ctx;
int main(int argc, char **argv)
{