Skip to content

Commit 1452fef

Browse files
Merge pull request #79 from OpenFuturePlatform/wallet-creation
SA-46 Webhook processing
2 parents ee2cfe4 + b5208a7 commit 1452fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/openfuture/api/service/DefaultApplicationWalletService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class DefaultApplicationWalletService(
2828
val keyWalletDto = keyApi.generateKey(CreateKeyRequest(request.applicationId, user.id.toString(), request.blockchainType))
2929

3030
// Save webhook on open state
31-
request.webHook.let { stateApi.createWallet(keyWalletDto.address, it, Blockchain.Ethereum) }
31+
request.webHook.let { stateApi.createWallet(keyWalletDto.address, it, Blockchain.Ropsten) }
3232

3333
return keyWalletDto
3434
}

0 commit comments

Comments
 (0)