Transaction review
-
- If you broadcast this transaction, your balance will change: @if (Model.Positive)
- {
- @Model.BalanceChange
- }
- else
- {
- @Model.BalanceChange
- }, do you want to continue?
-
+ @if (Model.CanCalculateBalance)
+ {
+
+ If you broadcast this transaction, your balance will change: @if (Model.Positive)
+ {
+ @Model.BalanceChange
+ }
+ else
+ {
+ @Model.BalanceChange
+ }, do you want to continue?
+
+ }
+ else
+ {
+
This PSBT is already finalized. We can't properly detect which input or output belongs to you.
+ }