Skip to content

Commit 7d13219

Browse files
committed
Add max tx fee to strax network
1 parent 5e2f08b commit 7d13219

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Networks/Blockcore.Networks.Strax/StraxMain.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public StraxMain()
3131
//this.DefaultSignalRPort = 17102;
3232
this.MaxTipAge = 2 * 60 * 60;
3333
this.MinTxFee = 10000;
34+
this.MaxTxFee = Money.Coins(1).Satoshi;
3435
this.FallbackFee = 10000;
3536
this.MinRelayTxFee = 10000;
3637
this.RootFolderName = StraxNetwork.StraxRootFolderName;

0 commit comments

Comments
 (0)