File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Networks/Blockcore.Networks.Strax
Node/Blockcore.Node/Properties Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public StraxRegTest()
3232 //this.DefaultSignalRPort = 37102;
3333 this . MaxTipAge = 2 * 60 * 60 ;
3434 this . MinTxFee = 10000 ;
35+ this . MaxTxFee = Money . Coins ( 1 ) . Satoshi ;
3536 this . FallbackFee = 10000 ;
3637 this . MinRelayTxFee = 10000 ;
3738 this . RootFolderName = StraxNetwork . StraxRootFolderName ;
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public StraxTest()
3232 //this.DefaultSignalRPort = 27102;
3333 this . MaxTipAge = 2 * 60 * 60 ;
3434 this . MinTxFee = 10000 ;
35+ this . MaxTxFee = Money . Coins ( 1 ) . Satoshi ;
3536 this . FallbackFee = 10000 ;
3637 this . MinRelayTxFee = 10000 ;
3738 this . RootFolderName = StraxNetwork . StraxRootFolderName ;
Original file line number Diff line number Diff line change 174174 },
175175 "STRAX (TEST)" : {
176176 "commandName" : " Project" ,
177- "commandLineArgs" : " --chain=STRAX -server -iprangefiltering=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -testnet"
177+ "commandLineArgs" : " --chain=STRAX -txindex=1 -server -iprangefiltering=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -testnet"
178178 },
179179 "STRAX (MAIN/LOCAL)" : {
180180 "commandName" : " Project" ,
You can’t perform that action at this time.
0 commit comments