Skip to content

Commit 6606939

Browse files
jasonpaulosalgorandskiy
authored andcommitted
Add pool error message
1 parent 7f94674 commit 6606939

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

daemon/algod/api/server/v2/handlers.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,8 @@ func (v2 *Handlers) PendingTransactionInformation(ctx echo.Context, txid string,
10191019

10201020
// Encoding wasn't working well without embedding "real" objects.
10211021
response := PreEncodedTxInfo{
1022-
Txn: txn.Txn,
1022+
Txn: txn.Txn,
1023+
PoolError: txn.PoolError,
10231024
}
10241025

10251026
if txn.ConfirmedRound != 0 {

0 commit comments

Comments
 (0)