aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_wire_hash_for_contract.c
AgeCommit message (Collapse)Author
2024-03-07-fix missing spaceChristian Grothoff
2023-12-23Added appropriate response on contract-conflict during depositÖzgür Kesim
In case of a detected conflict during deposit, because (merchant_pub, h_contract_terms) already existed, with different other field values, we now provide the client an error response that contains the h_wire. This way, the client can retrieve further details about the conflicting transaction via /deposits/$H_WIRE/$MERCHANT_PUB/$H_CONTRACT_TERMS/$COIN_PUB Fixes #8002