Skip to content

Commit 78381b1

Browse files
committed
Remove the cached "utxos" element from transactions after signing
1 parent 835005f commit 78381b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ga_tx.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,7 @@ namespace sdk {
10201020
}
10211021

10221022
nlohmann::json result(details);
1023+
result.erase("utxos");
10231024
result["user_signed"] = true;
10241025
update_tx_size_info(tx, result);
10251026
return result;

0 commit comments

Comments
 (0)