Add Bitcoin Gold logo (#622)

* Add Bitcoin Gold logo

* Increment supported chains in the test

64 -> 65
This commit is contained in:
h4x3rotab 2019-11-15 12:41:21 +08:00 committed by Mykola
parent 10f4121de0
commit a4ee810dd8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -49,7 +49,7 @@ describe(`Test "blockchains" folder`, () => {
const foundChains = readDirSync(chainsFolderPath)
test("Check number of existing chains", () => {
const supportedChains = 64
const supportedChains = 65
expect(supportedChains).toBe(foundChains.length)
})