tgrospic / rnode-client-js

Web example https://tgrospic.github.io/rnode-client-js
MIT License
19 stars 19 forks source link

"Parsing Error" transferring testnet REV #19

Open ian-bloom opened 4 years ago

ian-bloom commented 4 years ago

Transferring testnet REV between two accounts:

Parsing error: Error in parsing term: coop.rchain.rholang.interpreter.errors$SyntaxError: syntax error(): 95 at 9:136-9:138

tgrospic commented 3 years ago

@ian-bloom is there a way to reproduce the error?

ian-bloom commented 3 years ago

sorry. no.

tgrospic commented 3 years ago

I found out what's the problem. Decimal point can be entered in number textbox which is not valid in Rholang. It must be added additional validation. Thanks for reporting!

image