Skip to content

Commit

Permalink
Try with 1.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knocte committed Jan 3, 2024
1 parent 67edda6 commit efbe3d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/GWallet.Backend.Tests/Deserialization.fs
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,7 @@ type Deserialization() =
)
let majorPlusOne =
Version(
sprintf "%i.%i.%i.%i"
(currentVersion.Major + 1)
currentVersion.Minor
currentVersion.Build
currentVersion.Revision
"1.0.0.0"
).ToString()
let signedTxWithNewVersion =
MarshallingData.ReplaceVersion MarshallingData.SignedBtcTransactionExampleInJson majorPlusOne
Expand Down

0 comments on commit efbe3d1

Please sign in to comment.