Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class UserRegistrationService(
val owner =
walletOwnerManager.createWalletOwner(event.uuid, "${event.firstName} ${event.lastName}", "1")

val btcSymbol = currencyService.getCurrency("btc") ?: throw OpexException(OpexError.CurrencyNotFound)
val btcSymbol = currencyService.getCurrency("tbtc") ?: throw OpexException(OpexError.CurrencyNotFound)
//TODO REMOVE LATER
walletManager.createWallet(
owner,
Expand All @@ -45,4 +45,4 @@ class UserRegistrationService(
"main"
)
}
}
}
2 changes: 1 addition & 1 deletion wallet/wallet-app/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spring:
import: vault://secret/${spring.application.name}
app:
gift:
symbol: usdt
symbol: tusdt
amount: 1000
auth:
cert-url: lb://opex-auth/auth/realms/opex/protocol/openid-connect/certs
Expand Down