]> Git Repo - VerusCoin.git/blobdiff - src/spentindex.h
Build fix
[VerusCoin.git] / src / spentindex.h
index f8bd3f9619703312d3b20d835e41b5963c455c8c..9f85c62b0a3a470d413ec7ab8420e8fdd42882bb 100644 (file)
@@ -1,7 +1,7 @@
 // Copyright (c) 2009-2010 Satoshi Nakamoto
 // Copyright (c) 2009-2015 The Bitcoin Core developers
 // Distributed under the MIT software license, see the accompanying
-// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+// file COPYING or https://www.opensource.org/licenses/mit-license.php .
 
 #ifndef BITCOIN_SPENTINDEX_H
 #define BITCOIN_SPENTINDEX_H
@@ -34,7 +34,6 @@ struct CSpentIndexKey {
         txid.SetNull();
         outputIndex = 0;
     }
-
 };
 
 struct CSpentIndexValue {
@@ -95,4 +94,4 @@ struct CSpentIndexKeyCompare
     }
 };
 
-#endif // BITCOIN_SPENTINDEX_H
\ No newline at end of file
+#endif // BITCOIN_SPENTINDEX_H
This page took 0.023426 seconds and 4 git commands to generate.