You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.
The isSatoshi function in lib/src/utils/check_types.dart is used to determine if a value is within expected bounds for satoshis but it is built for Bitcoin only, as the maximum value is 21e14.
This could either be removed or output values can be tested against NetworkType objects.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
isSatoshi
function inlib/src/utils/check_types.dart
is used to determine if a value is within expected bounds for satoshis but it is built for Bitcoin only, as the maximum value is 21e14.This could either be removed or output values can be tested against
NetworkType
objects.The text was updated successfully, but these errors were encountered: