cli: drop anti-replay.
This commit is contained in:
parent
cd7c63d95d
commit
e01a492489
11
bin/cli
11
bin/cli
@ -19,10 +19,6 @@ const wports = {
|
||||
simnet: 18558
|
||||
};
|
||||
|
||||
const ANTIREPLAY = ''
|
||||
+ '6a2e426974636f696e3a204120506565722d746f2d5065657'
|
||||
+ '220456c656374726f6e696320436173682053797374656d';
|
||||
|
||||
class CLI {
|
||||
constructor() {
|
||||
this.config = new Config('bcoin', {
|
||||
@ -336,13 +332,6 @@ class CLI {
|
||||
});
|
||||
}
|
||||
|
||||
if (this.config.bool('no-replay')) {
|
||||
outputs.push({
|
||||
script: ANTIREPLAY,
|
||||
value: 0
|
||||
});
|
||||
}
|
||||
|
||||
const options = {
|
||||
account: this.config.str('account'),
|
||||
passphrase: this.config.str('passphrase'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user