Support fetching fees for a transaction directly
Only on a Hub that enabled it, though
This commit is contained in:
@@ -78,6 +78,7 @@ class Flowee {
|
||||
this.IncludeOutputScripts = this.network.IncludeOutputScripts;
|
||||
this.IncludeOutputAddresses = this.network.IncludeOutputAddresses;
|
||||
this.IncludeOutputScriptHash = this.network.IncludeOutputScriptHash;
|
||||
this.IncludeTxFees = this.network.IncludeTxFees;
|
||||
this.InfoLevel = this.network.InfoLevel;
|
||||
this.WarningLevel = this.network.WarningLevel;
|
||||
this.QuietLevel = this.network.QuietLevel;
|
||||
|
||||
Reference in New Issue
Block a user