Skip to content

Commit

Permalink
Remove use of UseSegwitChangeAddress and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 25, 2022
1 parent f622b59 commit 9b1b39a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Blockcore.Features.Airdrop/Distribute.cs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public Task DistributeCoins(CancellationToken arg)
WalletPassword = password,
Recipients = recipients,
ChangeAddress = change,
UseSegwitChangeAddress = true,
FeeType = FeeType.Low
};

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.1.8</Version>
<Version>1.1.9</Version>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>true</IsPackable>
<Authors>Blockcore</Authors>
Expand Down

0 comments on commit 9b1b39a

Please sign in to comment.