mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Allow to full network limit in Amount::isLegalNet
This commit is contained in:
@@ -566,7 +566,7 @@ public:
|
||||
}
|
||||
bool isLegalNet () const
|
||||
{
|
||||
return !mIsNative || (mValue < cMaxNativeN);
|
||||
return !mIsNative || (mValue <= cMaxNativeN);
|
||||
}
|
||||
operator bool () const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user