Skip to content

Commit

Permalink
feat: change scope of isEligible method to private
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcrazycoder committed Sep 29, 2023
1 parent eb6ccb4 commit 9ad918a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class InstantTradeBuyerTxBuilder extends InstantTradeBuilder {
return utxos.slice(0, 2)
}

async isEligible() {
private async isEligible() {
if (!this.inscriptionOutpoint) {
throw new Error("decode seller PSBT to check eligiblity")
}
Expand Down

0 comments on commit 9ad918a

Please sign in to comment.