From acb0ddd8427c766b71c9cf707b6140f31855382a Mon Sep 17 00:00:00 2001 From: TomZ Date: Sun, 14 Feb 2021 23:36:59 +0100 Subject: [PATCH] Forward loglevels --- lib/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/index.js b/lib/index.js index be5b599..75836fd 100644 --- a/lib/index.js +++ b/lib/index.js @@ -74,6 +74,10 @@ class Flowee { this.IncludeOutputs = this.network.IncludeOutputs; this.IncludeOutputScripts = this.network.IncludeOutputScripts; this.IncludeOutputAddresses = this.network.IncludeOutputAddresses; + this.InfoLevel = this.network.InfoLevel; + this.WarningLevel = this.network.WarningLevel; + this.QuietLevel = this.network.QuietLevel; + this.SilentLevel = this.network.SilentLevel; } }