You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide loop with a configuration option that specifies a global defensive fee check for sweep transaction that the client initiates. This should be applicable to any bitcoin transaction the client might publish.
The config option should express the maximum ratio of fees to transaction output amount that is permisable.
A value of 0.05 would denote that the client will only publish transactions with <5% fees of the amount of the transaction itself.
Provide loop with a configuration option that specifies a global defensive fee check for sweep transaction that the client initiates. This should be applicable to any bitcoin transaction the client might publish.
The config option should express the maximum ratio of fees to transaction output amount that is permisable.
A value of
0.05
would denote that the client will only publish transactions with <5% fees of the amount of the transaction itself.Samples where this option could be used:
loop/instantout/instantout.go
Line 174 in e08d9da
loop/loopin.go
Line 1081 in e08d9da
The text was updated successfully, but these errors were encountered: