Retry downloading OFAC lists (#236)

* Retry downloading OFAC lists

* Update ofac sources on lamassu-update
This commit is contained in:
Rafael Taranto 2018-12-30 10:47:09 -03:00 committed by Josh Harvey
parent b9f9c6facc
commit 7043a3c408
5 changed files with 48 additions and 1 deletions

View file

@ -75,4 +75,8 @@ function match (nameParts, birthDateString, options) {
return result
}
module.exports = {load, match}
function getStructs () {
return structs
}
module.exports = {load, match, getStructs}