Skip to content

Commit 0669d3e

Browse files
committed
fix merge problems
1 parent 06fe9e7 commit 0669d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scorex-transaction/src/test/scala/scorex/transaction/GenesisTransactionSpecification.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class GenesisTransactionSpecification extends PropSpec with PropertyChecks with
2121
}
2222

2323
property("GenesisTransaction parse from Bytes should work fine") {
24-
val bytes = Base58.decode("y9KVfkMyuvik3koq45snK6vP27L12VdmuNSCVBvqPMsESvpDiUjT5dyb").get
24+
val bytes = Base58.decode("5GoidY2PcCc7ENdrcapZcmmdq2H57NuiXEdgVkpfnnzkB4o8R575WVR1Xw").get
2525

26-
val actualTransaction = GenesisTransaction.parseBytes(bytes.tail).get
26+
val actualTransaction = GenesisTransaction.parseBytes(bytes).get
2727

2828
val balance = 149857264546L
2929
val timestamp = 4598723454L

0 commit comments

Comments
 (0)