mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-21 04:35:49 +00:00
Left a console statement. Oops.
This commit is contained in:
@@ -48,7 +48,6 @@ describe('Amount', function() {
|
|||||||
assert.strictEqual(UInt160.ACCOUNT_ONE, UInt160.from_json('rrrrrrrrrrrrrrrrrrrrBZbvji').to_json());
|
assert.strictEqual(UInt160.ACCOUNT_ONE, UInt160.from_json('rrrrrrrrrrrrrrrrrrrrBZbvji').to_json());
|
||||||
});
|
});
|
||||||
it('Parse mtgox export', function () {
|
it('Parse mtgox export', function () {
|
||||||
console.log(UInt160.from_json('mtgox').to_json());
|
|
||||||
assert.strictEqual(config.accounts['mtgox'].account, UInt160.from_json('mtgox').to_json());
|
assert.strictEqual(config.accounts['mtgox'].account, UInt160.from_json('mtgox').to_json());
|
||||||
});
|
});
|
||||||
it('is_valid rrrrrrrrrrrrrrrrrrrrrhoLvTp', function () {
|
it('is_valid rrrrrrrrrrrrrrrrrrrrrhoLvTp', function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user