Skip to content

Commit

Permalink
debug: deposit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 3, 2024
1 parent 37609d0 commit 1d39b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/apps/react-app/src/main/deposit.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const initPod = async (depositMsg1) => {
if (torProxy) {
socksAgent = { httpAgent: new SocksProxyAgent(torProxy) }
}

console.log('depositMsg1 ->', depositMsg1)
const response = await axios.post(url, depositMsg1, socksAgent)

if (response.status != 200) {
Expand Down

0 comments on commit 1d39b20

Please sign in to comment.