Restored correct psf balance amount

This commit is contained in:
Daniel Gonzalez
2021-08-04 13:52:37 -04:00
parent 7dfcb85ab9
commit c9e10b80d2
+1 -1
View File
@@ -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')
}