Move of node to merkledag

This commit is contained in:
jmjatlanta 2016-12-19 09:03:28 -05:00
parent 87f0cbedbc
commit a1166e840a
13 changed files with 43 additions and 29 deletions

View file

@ -1,5 +1,5 @@
#include "ipfs/merkledag/merkledag.h"
#include "ipfs/node/node.h"
#include "ipfs/merkledag/node.h"
#include "../test_helper.h"
struct FSRepo* createAndOpenRepo(const char* dir) {