mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
fix(tests): All unit and integration tests working
This commit is contained in:
@@ -10,7 +10,7 @@ const mockMiningInfo = {
|
||||
currentblocktx: 0,
|
||||
difficulty: 1,
|
||||
blockprioritypercentage: 5,
|
||||
errors:
|
||||
warnings:
|
||||
"Warning: Unknown block versions being mined! It's possible unknown rules are in effect",
|
||||
networkhashps: 517410290.9365583,
|
||||
pooledtx: 5,
|
||||
|
||||
@@ -46,7 +46,8 @@ const mockSingleToken = {
|
||||
batonVout: null,
|
||||
containsBaton: false,
|
||||
genesisOrMintQuantity: "9999",
|
||||
sendOutputs: null
|
||||
sendOutputs: null,
|
||||
timestamp_unix: "something"
|
||||
},
|
||||
tokenStats: {
|
||||
block_created: 1253802,
|
||||
|
||||
Reference in New Issue
Block a user