mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
Restored correct psf balance amount
This commit is contained in:
@@ -33,7 +33,7 @@ class EntryLib {
|
||||
|
||||
const psfBalance = await this.bchjs.getPSFTokenBalance(entryEntity.slpAddress)
|
||||
|
||||
if (psfBalance < 1) {
|
||||
if (psfBalance < 10) {
|
||||
throw new Error('Insufficient psf balance')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user