Updating unit test mocks

This commit is contained in:
Chris Troutner
2020-03-20 20:33:52 -07:00
parent 10452bb47e
commit f4fd9e4e45
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -237,7 +237,8 @@ const mockBlockHeader = {
previousblockhash:
'0000000000003e467ebcb7e906645676c2f71b9ac520d6508bea45789b7c217d',
nextblockhash:
'00000000000006899041cdfd6c0b73a97730c362346dde479b77414ad7f25ace'
'00000000000006899041cdfd6c0b73a97730c362346dde479b77414ad7f25ace',
nTx: 'some value'
}
const mockTxOut = {
-1
View File
@@ -9,7 +9,6 @@ const mockMiningInfo = {
currentblocksize: 0,
currentblocktx: 0,
difficulty: 1,
blockprioritypercentage: 5,
warnings:
"Warning: Unknown block versions being mined! It's possible unknown rules are in effect",
networkhashps: 517410290.9365583,