Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
09cd7f3aed
  1. 1
      src/primitives/transaction.h
  2. 2
      src/wallet/asyncrpcoperation_sendmany.cpp

1
src/primitives/transaction.h

@ -12,6 +12,7 @@
#include "serialize.h"
#include "uint256.h"
#include "consensus/consensus.h"
#include <stdint.h>
#include <boost/array.hpp>

2
src/wallet/asyncrpcoperation_sendmany.cpp

@ -22,6 +22,8 @@
#include "zcash/IncrementalMerkleTree.hpp"
#include "sodium.h"
#include <stdint.h>
#include <iostream>
#include <chrono>
#include <thread>

Loading…
Cancel
Save