mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
JS: Fix and another unit-test.
This commit is contained in:
@@ -38,6 +38,10 @@ buster.testCase("Amount", {
|
||||
"is_valid('rrrrrrrrrrrrrrrrrrrrrhoLvTp')" : function () {
|
||||
buster.assert(UInt160.is_valid("rrrrrrrrrrrrrrrrrrrrrhoLvTp"));
|
||||
},
|
||||
|
||||
"!is_valid('rrrrrrrrrrrrrrrrrrrrrhoLvT')" : function () {
|
||||
buster.refute(UInt160.is_valid("rrrrrrrrrrrrrrrrrrrrrhoLvT"));
|
||||
},
|
||||
},
|
||||
|
||||
"Amount parsing" : {
|
||||
|
||||
Reference in New Issue
Block a user