Skip to content

Commit 539ed2e

Browse files
committed
Merge branch 'main' into New-UI
1 parent 03618c8 commit 539ed2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Angor/Client/Pages/Create.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -827,8 +827,8 @@
827827

828828
private decimal targetAmountInBTC
829829
{
830-
get => Money.Coins(targetAmountInBTC).ToUnit(MoneyUnit.BTC);
831-
set => targetAmountInBTC = (long)Money.Satoshis(value);
830+
get => Money.Coins(project.ProjectInfo.TargetAmount).ToUnit(MoneyUnit.BTC);
831+
set => project.ProjectInfo.TargetAmount = (long)Money.Satoshis(value);
832832
}
833833

834834
private int activeTab = 1;

0 commit comments

Comments
 (0)