MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 845 forks source link

Possible mistake #1043

Closed p231970 closed 3 years ago

p231970 commented 3 years ago

https://github.com/MetacoSA/NBitcoin/blob/18e4af546f23cb94da15c35bae973e433cb23532/NBitcoin/TransactionBuilder.cs#L1226

Is this line should be: Send(scriptPubKey, money); ?

augustoproiete commented 3 years ago

@p231970 Yep, good catch. Fixed via #1044