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