reduce amount to avoid dust
This commit is contained in:
parent
5b9846bcca
commit
c7272e988a
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ func transferChannel(s *Sync) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
updateOptions := jsonrpc.ChannelUpdateOptions{
|
updateOptions := jsonrpc.ChannelUpdateOptions{
|
||||||
Bid: util.PtrToString(fmt.Sprintf("%.6f", channelClaimAmount-0.001)),
|
Bid: util.PtrToString(fmt.Sprintf("%.6f", channelClaimAmount-0.002)),
|
||||||
ChannelCreateOptions: jsonrpc.ChannelCreateOptions{
|
ChannelCreateOptions: jsonrpc.ChannelCreateOptions{
|
||||||
ClaimCreateOptions: jsonrpc.ClaimCreateOptions{
|
ClaimCreateOptions: jsonrpc.ClaimCreateOptions{
|
||||||
ClaimAddress: &s.publishAddress,
|
ClaimAddress: &s.publishAddress,
|
||||||
|
|
Loading…
Reference in a new issue