@@ -32,7 +32,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
32
32
val result : Either [BlockPreparationError , PendingBlock ] = blockGenerator.generateBlockForMining(1 , Nil , Nil , Address (testAddress))
33
33
result shouldBe a[Right [_, Block ]]
34
34
35
- // mined with etc-client + ethminer
35
+ // mined with mantis + ethminer
36
36
val minedNonce = ByteString (Hex .decode(" ce1b500070aeec4f" ))
37
37
val minedMixHash = ByteString (Hex .decode(" 40d9bd2064406d7f22390766d6fe5eccd2a67aa89bf218e99df35b2dbb425fb1" ))
38
38
val miningTimestamp = 1494604913
@@ -47,7 +47,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
47
47
val result : Either [BlockPreparationError , PendingBlock ] = blockGenerator.generateBlockForMining(1 , Seq (signedTransaction), Nil , Address (testAddress))
48
48
result shouldBe a[Right [_, Block ]]
49
49
50
- // mined with etc-client + ethminer
50
+ // mined with mantis + ethminer
51
51
val minedNonce = ByteString (Hex .decode(" 5e8d5c12cea7e0c7" ))
52
52
val minedMixHash = ByteString (Hex .decode(" 9247b81258f97159f987a5f4f9e94df1d95e10eeabff2836020eafb27a8228b0" ))
53
53
val miningTimestamp = 1494604913
@@ -63,7 +63,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
63
63
blockGenerator.generateBlockForMining(1 , Seq (signedTransaction, duplicatedSignedTransaction), Nil , Address (testAddress))
64
64
result shouldBe a[Right [_, Block ]]
65
65
66
- // mined with etc-client + ethminer
66
+ // mined with mantis + ethminer
67
67
val minedNonce = ByteString (Hex .decode(" 5e8d5c12cea7e0c7" ))
68
68
val minedMixHash = ByteString (Hex .decode(" 9247b81258f97159f987a5f4f9e94df1d95e10eeabff2836020eafb27a8228b0" ))
69
69
val miningTimestamp = 1494604913
@@ -86,7 +86,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
86
86
blockGenerator.generateBlockForMining(1 , Seq (txWitGasTooBigGasLimit, signedTransaction, duplicatedSignedTransaction), Nil , Address (testAddress))
87
87
result shouldBe a[Right [_, Block ]]
88
88
89
- // mined with etc-client + ethminer
89
+ // mined with mantis + ethminer
90
90
val minedNonce = ByteString (Hex .decode(" 5e8d5c12cea7e0c7" ))
91
91
val minedMixHash = ByteString (Hex .decode(" 9247b81258f97159f987a5f4f9e94df1d95e10eeabff2836020eafb27a8228b0" ))
92
92
val miningTimestamp = 1494604913
@@ -124,7 +124,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
124
124
blockGenerator.generateBlockForMining(1 , Seq (generalTx, specificTx), Nil , Address (testAddress))
125
125
result shouldBe a[Right [_, Block ]]
126
126
127
- // mined with etc-client + ethminer
127
+ // mined with mantis + ethminer
128
128
val minedNonce = ByteString (Hex .decode(" 48381cb0cd40936a" ))
129
129
val minedMixHash = ByteString (Hex .decode(" dacd96cf5dbc662fa113c73319fcdc7d6e7053571432345b936fd221c1e18d42" ))
130
130
val miningTimestamp = 1499952002
@@ -143,7 +143,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
143
143
blockGenerator.generateBlockForMining(1 , Seq (generalTx, signedTransaction), Nil , Address (testAddress))
144
144
result shouldBe a[Right [_, Block ]]
145
145
146
- // mined with etc-client + ethminer
146
+ // mined with mantis + ethminer
147
147
val minedNonce = ByteString (Hex .decode(" 39bd50fcbde30b18" ))
148
148
val minedMixHash = ByteString (Hex .decode(" c77dae7cef6c685896ed6b8026466a2e6338b8bc5f182e2dd7a64cf7da9c7d1b" ))
149
149
val miningTimestamp = 1499951223
@@ -162,7 +162,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
162
162
blockGenerator.generateBlockForMining(1 , Seq (nextTransaction, signedTransaction), Nil , Address (testAddress))
163
163
result shouldBe a[Right [_, Block ]]
164
164
165
- // mined with etc-client + ethminer
165
+ // mined with mantis + ethminer
166
166
val minedNonce = ByteString (Hex .decode(" 8f88ec20f1be482f" ))
167
167
val minedMixHash = ByteString (Hex .decode(" 247a206abc088487edc1697fcaceb33ad87b55666e438129b7048bb08c8ed88f" ))
168
168
val miningTimestamp = 1499721182
@@ -194,7 +194,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
194
194
Nil , Address (testAddress))
195
195
result shouldBe a[Right [_, Block ]]
196
196
197
- // mined with etc-client + ethminer
197
+ // mined with mantis + ethminer
198
198
val minedNonce = ByteString (Hex .decode(" 8f88ec20f1be482f" ))
199
199
val minedMixHash = ByteString (Hex .decode(" 247a206abc088487edc1697fcaceb33ad87b55666e438129b7048bb08c8ed88f" ))
200
200
val miningTimestamp = 1499721182
@@ -216,7 +216,7 @@ class BlockGeneratorSpec extends FlatSpec with Matchers with PropertyChecks with
216
216
blockGenerator.generateBlockForMining(1 , Seq (txWitSameNonceButLowerGasPrice, signedTransaction), Nil , Address (testAddress))
217
217
result shouldBe a[Right [_, Block ]]
218
218
219
- // mined with etc-client + ethminer
219
+ // mined with mantis + ethminer
220
220
val minedNonce = ByteString (Hex .decode(" 5e8d5c12cea7e0c7" ))
221
221
val minedMixHash = ByteString (Hex .decode(" 9247b81258f97159f987a5f4f9e94df1d95e10eeabff2836020eafb27a8228b0" ))
222
222
val miningTimestamp = 1494604913
0 commit comments