diff --git a/src/ripple_data/protocol/STAmount.cpp b/src/ripple_data/protocol/STAmount.cpp index 7c81e70341..10acd996b1 100644 --- a/src/ripple_data/protocol/STAmount.cpp +++ b/src/ripple_data/protocol/STAmount.cpp @@ -418,10 +418,7 @@ void STAmount::canonicalize () } if (mValue > cMaxNative) - { - assert (false); throw std::runtime_error ("Native currency amount out of range"); - } return; }