Skip to content

Commit c75bd75

Browse files
authored
Fix gettxout
1 parent dd139ed commit c75bd75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rpcblockchain.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,6 @@ UniValue gettxout(const UniValue& params, bool fHelp)
899899
return NullUniValue;
900900
}
901901
}
902-
return NullUniValue;
903902

904903
BlockMap::iterator it = mapBlockIndex.find(pcoinsTip->GetBestBlock());
905904
CBlockIndex *pindex = it->second;

0 commit comments

Comments
 (0)