txdb: state.
This commit is contained in:
parent
e8bbde669c
commit
7f27fade6c
@ -2311,9 +2311,7 @@ function TXDBState(wid, id) {
|
||||
}
|
||||
|
||||
TXDBState.prototype.clone = function clone() {
|
||||
var state = new TXDBState();
|
||||
state.wid = this.wid;
|
||||
state.id = this.id;
|
||||
var state = new TXDBState(this.wid, this.id);
|
||||
state.tx = this.tx;
|
||||
state.coin = this.coin;
|
||||
state.balance = this.balance.clone();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user