fix(core): update

This commit is contained in:
Philipp Kunz 2022-02-25 20:57:46 +01:00
parent cb98b63a04
commit f17349309d

View File

@ -13,8 +13,9 @@ export class Bobcat {
// INSTANCE
public networkAddress: string;
constructor(networkAddress: string) {
constructor(networkAddressArg: string) {
this.networkAddress = networkAddressArg;
}
/**