mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Merge pull request #20 from christroutner/greenkeeper/slp-sdk-4.4.1
Greenkeeper/slp sdk 4.4.1
This commit is contained in:
Generated
+716
-1611
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -43,7 +43,7 @@
|
||||
"passport-http": "^0.3.0",
|
||||
"pg": "^7.11.0",
|
||||
"pg-hstore": "^2.3.2",
|
||||
"slp-sdk": "^4.4.0",
|
||||
"slp-sdk": "^4.4.1",
|
||||
"slpjs": "0.18.4",
|
||||
"socket.io": "^2.1.1",
|
||||
"strftime": "^0.10.0",
|
||||
|
||||
+5
-2
@@ -671,11 +671,14 @@ describe("#SLP", () => {
|
||||
|
||||
await convertAddressBulk(req, res)
|
||||
|
||||
assert.equal(true, false, "Unsupported address format")
|
||||
assert.equal(true, false, "Unexpected result!")
|
||||
} catch (err) {
|
||||
// console.log(`err.message: ${util.inspect(err.message)}`)
|
||||
|
||||
assert.include(err.message, `Unsupported address format`)
|
||||
assert.include(
|
||||
err.message,
|
||||
`Invalid BCH address. Double check your address is valid`
|
||||
)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user