From 44835832730e37df625fed255cb89d7d6d4b2855 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 12 Jul 2019 01:41:12 -1100 Subject: [PATCH] -, --- src/cc/pegs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/pegs.cpp b/src/cc/pegs.cpp index 4c3d659ae..7c64d6cd2 100644 --- a/src/cc/pegs.cpp +++ b/src/cc/pegs.cpp @@ -697,7 +697,7 @@ std::string PegsFund(uint64_t txfee,uint256 pegstxid, uint256 tokenid,int64_t am mypk = pubkey2pk(Mypubkey()); pegspk = GetUnspendable(cp,0); - if (,yGetTransaction(pegstxid,tx,hashBlock)==0 || (numvouts=tx.vout.size())<=0) + if (myGetTransaction(pegstxid,tx,hashBlock)==0 || (numvouts=tx.vout.size())<=0) { CCerror = strprintf("cant find pegstxid %s",pegstxid.GetHex()); LOGSTREAM("pegscc",CCLOG_INFO, stream << CCerror << std::endl);