From 48bee91968bbe3f072f46bbd262b8dcb0dd19216 Mon Sep 17 00:00:00 2001 From: D K Date: Thu, 31 Oct 2024 14:02:00 +0000 Subject: [PATCH] fixed typo --- pages/contracts/live-client-core.mdx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pages/contracts/live-client-core.mdx b/pages/contracts/live-client-core.mdx index 62925e17..646b7daa 100644 --- a/pages/contracts/live-client-core.mdx +++ b/pages/contracts/live-client-core.mdx @@ -1,20 +1,17 @@ -import { PageHeadline, Callout } from 'components' +import { Callout } from 'components' - +# LiveCore -"LiveCore" contract is designed to accept bets on sport events in real time and reserve payouts for them. +LiveCore contract is designed to accept bets on sport events in real time and reserve payouts for them. Bets are made according to the parameters (event, outcome, odds, amount) approved and signed by the bettor and by the Azuro backend. Each LiveCore bet is "AzuroBet token" as in PrematchCore. The contract does not calculate odds, it only checks the provided parameters and signatures. -"LiveCore" contract checks the states of the events: creates new ones and resolves finished events. When the event ends +LiveCore contract checks the states of the events: creates new ones and resolves finished events. When the event ends at a certain "resolve time", bets made later than the "resolve time" are possible - these bets are considered canceled and can be returned back to the players (players take back "LP.withdrawPayout()" canceled bets by themselves). -"LiveCore" is contract similar to “PrematchCore” does not store bet amounts and payments, it uses the “LP” contract: +LiveCore is contract similar to PrematchCore does not store bet amounts and payments, it uses the “LP” contract: sends bets and reserves the amount for payments there. A snapshot saving approach is used for canceled bets. In this way, bets are saved with time stamps and if bets are placed