Remove unused float serialization

This commit is contained in:
MarcoFalke
2021-05-17 13:21:23 +02:00
committed by Pieter Wuille
parent b295395664
commit e40224d0c7
6 changed files with 15 additions and 69 deletions

11
src/util/types.h Normal file
View File

@@ -0,0 +1,11 @@
// Copyright (c) 2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_UTIL_TYPES_H
#define BITCOIN_UTIL_TYPES_H
template <class>
inline constexpr bool ALWAYS_FALSE{false};
#endif // BITCOIN_UTIL_TYPES_H