Skip to content

Commit

Permalink
- added TODOs for short term changes coming
Browse files Browse the repository at this point in the history
  • Loading branch information
rodvar committed Jan 16, 2025
1 parent 39a9eb4 commit 50add95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class TrustedNodeSetupPresenter(
}

override fun updateBisqApiUrl(newUrl: String) {
// TODO apply validation of the URL format ws://<IP>:<PORT> after Buddha's support for it
_bisqApiUrl.value = newUrl
_isConnected.value = false
}
Expand Down

0 comments on commit 50add95

Please sign in to comment.