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
converting decimal to BigDecimal by converting to string and then parsing is inefficient and subject to globalization errors like #466. The RpcServerSettings ctor should use the new decimal constructor (neo-project/neo#2246) once it's available
The text was updated successfully, but these errors were encountered:
converting
decimal
toBigDecimal
by converting to string and then parsing is inefficient and subject to globalization errors like #466. The RpcServerSettings ctor should use the new decimal constructor (neo-project/neo#2246) once it's availableThe text was updated successfully, but these errors were encountered: