Skip to content

Commit

Permalink
referencing local leveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
DedaDev committed Feb 4, 2024
1 parent 72f1a9c commit c081dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/txdb-leveldb.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
#include "main.h"
#include "db.h"
#include "bignum.h"
#include <leveldb/include/leveldb/write_batch.h>
#include <leveldb/include/leveldb/db.h>
#include "leveldb/include/leveldb/write_batch.h"
#include "leveldb/include/leveldb/db.h"
#include "key.h"
#include "script.h"
#include "base58.h"
Expand Down

0 comments on commit c081dc8

Please sign in to comment.