fixed whenAvailable()
This commit is contained in:
parent
015af22638
commit
b8a708c863
3 changed files with 14 additions and 9 deletions
|
|
@ -37,6 +37,7 @@ function TxProposal(opts) {
|
|||
this.comment = opts.comment || null;
|
||||
this.readonly = opts.readonly || null;
|
||||
this.merchant = opts.merchant || null;
|
||||
this.altCurrency = opts.altCurrency || null;
|
||||
this._sync();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue