-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...s/golden/errors/Cardano.Api.Fees.TxBodyErrorAutoBalance/TxBodyErrorAdaBalanceNegative.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
The transaction does not balance in its use of ada. The net balance of the transaction is negative: Coin 1 lovelace. The usual solution is to provide more inputs, or inputs with more ada. | ||
The transaction does not balance in its use of ada. The net balance of the transaction is negative: 1 Lovelace. The usual solution is to provide more inputs, or inputs with more ada. |
4 changes: 2 additions & 2 deletions
4
...s/golden/errors/Cardano.Api.Fees.TxBodyErrorAutoBalance/TxBodyErrorAdaBalanceTooSmall.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
The transaction does balance in its use of ada, however the net balance does not meet the minimum UTxO threshold. | ||
Balance: Coin 1 | ||
Balance: 1 Lovelace | ||
Offending output (change output): addr1vyjse2p4zsv3l882enhzave8d4ddje8p0np35pnkj8sye2qu9km4v + 1 lovelace | ||
Minimum UTxO threshold: Coin 0 | ||
Minimum UTxO threshold: 0 Lovelace | ||
The usual solution is to provide more inputs, or inputs with more ada to meet the minimum UTxO threshold |
2 changes: 1 addition & 1 deletion
2
.../files/golden/errors/Cardano.Api.Fees.TxBodyErrorAutoBalance/TxBodyErrorMinUTxONotMet.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Minimum UTxO threshold not met for tx output: addr1vyjse2p4zsv3l882enhzave8d4ddje8p0np35pnkj8sye2qu9km4v + 1 lovelace | ||
Minimum required UTxO: Coin 1 | ||
Minimum required UTxO: 1 Lovelace |