Right now if someone tries to submit data that overflows 2^32, we throw an error that is only visible if your console window is open. Since we might be dealing with dollar amounts that exceed 4 billion, it makes sense to make this limitation visible to the user.
Right now if someone tries to submit data that overflows 2^32, we throw an error that is only visible if your console window is open. Since we might be dealing with dollar amounts that exceed 4 billion, it makes sense to make this limitation visible to the user.