We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe9e7 commit 0669d3eCopy full SHA for 0669d3e
scorex-transaction/src/test/scala/scorex/transaction/GenesisTransactionSpecification.scala
@@ -21,9 +21,9 @@ class GenesisTransactionSpecification extends PropSpec with PropertyChecks with
21
}
22
23
property("GenesisTransaction parse from Bytes should work fine") {
24
- val bytes = Base58.decode("y9KVfkMyuvik3koq45snK6vP27L12VdmuNSCVBvqPMsESvpDiUjT5dyb").get
+ val bytes = Base58.decode("5GoidY2PcCc7ENdrcapZcmmdq2H57NuiXEdgVkpfnnzkB4o8R575WVR1Xw").get
25
26
- val actualTransaction = GenesisTransaction.parseBytes(bytes.tail).get
+ val actualTransaction = GenesisTransaction.parseBytes(bytes).get
27
28
val balance = 149857264546L
29
val timestamp = 4598723454L
0 commit comments