MetacoSA / NBitcoin

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

No call to TransactionBuilder.Send has been done which can support the fees #1167

Closed eightsixeight closed 1 year ago

eightsixeight commented 1 year ago

so i sent to a new recipe wallet 0.008 then 0.0028 btc ..

https://blockchair.com/bitcoin/address/bc1qy4zh85a5vljy9787y5ealu6t27tzhcwqx9jpjf

it suppose to split into 2 adresses, with a recipe.

but get this in logs...

4/8/2023 7:00:28 PM SendTransaction using service Transmuter wallet first4 | No call to TransactionBuilder.Send has been done which can support the fees | TriggerData{"balance":360000,"cryptoCode":"BTC","trackedSource" xxxxxxxx

with firs action of the group a

{{TriggerData.Balance.ToDecimal(MoneyUnit.BTC)*(10/100)}}

and second {{TriggerData.Balance.ToDecimal(MoneyUnit.BTC)*(10/100)}} with the fees applied to it.

Any idea on how to fix ?

is this related to dust ? its a new wallet... nothing happened before..

eightsixeight commented 1 year ago

found it never mind ,