diff --git a/core/block_crypt.h b/core/block_crypt.h index ead77bae2..7ce30a363 100644 --- a/core/block_crypt.h +++ b/core/block_crypt.h @@ -118,7 +118,6 @@ namespace beam const T& m_Val; Printable(const T& x) :m_Val(x) {} - template friend std::ostream& operator << (std::ostream& os, const AmountBig::Printable& x) { AmountBig::Print(os, x.m_Val); return os;