Skip to content

Commit

Permalink
Bump NBitcoin to 5.0.65
Browse files Browse the repository at this point in the history
To pick up this bugfix:
MetacoSA/NBitcoin@96b1eb7

And so that we can revert this workaround:
"Workaround NBitcoin txout shuffling bug"
(d813a97)
  • Loading branch information
knocte committed Nov 2, 2020
1 parent 0c09ec0 commit 256893c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</Choose>

<ItemGroup>
<PackageReference Include="NBitcoin" Version="5.0.62" />
<PackageReference Include="NBitcoin" Version="5.0.65" />
<PackageReference Condition="'$(BouncyCastle)'=='true'" Include="Portable.BouncyCastle" Version="1.8.6.7" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion src/DotNetLightning.Core/Transactions/Transactions.fs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ module Transactions =
let txb = network.CreateTransactionBuilder()
txb.ShuffleOutputs <- false
txb.ShuffleInputs <- false
txb.ShuffleRandom <- null
txb

let UINT32_MAX = 0xffffffffu
Expand Down

0 comments on commit 256893c

Please sign in to comment.