From 86ed54e1889ee4e1066211132c73ff0807d6d7ef Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Jul 2018 03:13:43 -1100 Subject: [PATCH] Test --- src/wallet/rpcwallet.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index b4b5ac513..138bdfc8c 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4831,6 +4831,7 @@ int32_t komodo_staked(CMutableTransaction &txNew,uint32_t nBits,uint32_t *blockt } #include "../cc/CCassets.h" +uint64_t AddAssetInputs(CMutableTransaction &mtx,CPubKey pk,uint256 assetid,uint64_t total,int32_t maxinputs); UniValue tokenorders(const UniValue& params, bool fHelp) {