Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jun 25, 2023
1 parent 7285a3d commit b82041b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/block_crypt.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ namespace beam
const T& m_Val;
Printable(const T& x) :m_Val(x) {}

template <typename T>
friend std::ostream& operator << (std::ostream& os, const AmountBig::Printable<T>& x) {
AmountBig::Print(os, x.m_Val);
return os;
Expand Down

0 comments on commit b82041b

Please sign in to comment.