added the vahallaAdminDB var.

This commit is contained in:
Greg Knisely 2018-03-16 17:06:53 -04:00
parent 49be8b00f3
commit bd823c53a5

View File

@ -36,6 +36,7 @@ module.exports = function () {
this.setOrigin(this.DEFAULT_ORIGIN); this.setOrigin(this.DEFAULT_ORIGIN);
this.queryParams = {}; this.queryParams = {};
this.extractArgs = ''; this.extractArgs = '';
this.vahallaAdminDB = '';
this.contractArgs = ''; this.contractArgs = '';
this.partitionArgs = ''; this.partitionArgs = '';
this.customizeArgs = ''; this.customizeArgs = '';