mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 03:05:48 +00:00
JS: Add missing require.
This commit is contained in:
committed by
Stefan Thomas
parent
c0e514d8a3
commit
1948757c3b
@@ -19,6 +19,7 @@ var WebSocket = require('ws');
|
||||
|
||||
var EventEmitter = require('events').EventEmitter;
|
||||
var Amount = require('./amount.js').Amount;
|
||||
var Currency = require('./amount.js').Currency;
|
||||
var UInt160 = require('./amount.js').UInt160;
|
||||
|
||||
// Request events emitted:
|
||||
|
||||
Reference in New Issue
Block a user