Skip to content

Commit aefc311

Browse files
committed
Merge PR #820 from 'nodech/fix-wallet-bid'
2 parents 5bed384 + 43dcd80 commit aefc311

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/wallet/wallet.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,12 +1773,6 @@ class Wallet extends EventEmitter {
17731773
const height = this.wdb.height + 1;
17741774
const network = this.network;
17751775

1776-
if (rules.isReserved(nameHash, height, network))
1777-
throw new Error(`Name is reserved: ${name}.`);
1778-
1779-
if (!rules.hasRollout(nameHash, height, network))
1780-
throw new Error(`Name not yet available: ${name}.`);
1781-
17821776
let ns = await this.getNameState(nameHash);
17831777

17841778
if (!ns)

0 commit comments

Comments
 (0)