Skip to content

Commit

Permalink
Removed unnecessary generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Apr 17, 2023
1 parent 15e1624 commit d111fa5
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/resources/client-start-help
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Flags:
--tbtc.preParamsGenerationTimeout duration tECDSA pre-parameters generation timeout. (default 2m0s)
--tbtc.preParamsGenerationDelay duration tECDSA pre-parameters generation delay. (default 10s)
--tbtc.preParamsGenerationConcurrency int tECDSA pre-parameters generation concurrency. (default 1)
--tbtc.keyGenerationConcurrency int tECDSA key generation concurrency. (default 16)
--tbtc.keyGenerationConcurrency int tECDSA key generation concurrency. (default number of cores)
--developer.bridgeAddress string Address of the Bridge smart contract
--developer.lightRelayAddress string Address of the LightRelay smart contract
--developer.randomBeaconAddress string Address of the RandomBeacon smart contract
Expand Down
1 change: 0 additions & 1 deletion pkg/chain/ethereum/beacon/gen/_address/RandomBeacon
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
0x0000000000000000000000000000000000000000
1 change: 0 additions & 1 deletion pkg/chain/ethereum/ecdsa/gen/_address/WalletRegistry
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
0x0000000000000000000000000000000000000000
1 change: 0 additions & 1 deletion pkg/chain/ethereum/tbtc/gen/_address/Bridge
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
0x0000000000000000000000000000000000000000
1 change: 0 additions & 1 deletion pkg/chain/ethereum/tbtc/gen/_address/LightRelay
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
0x0000000000000000000000000000000000000000
2 changes: 1 addition & 1 deletion pkg/chain/ethereum/tbtc/gen/_address/WalletCoordinator
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x0000000000000000000000000000000000000000

1 change: 0 additions & 1 deletion pkg/chain/ethereum/threshold/gen/_address/TokenStaking
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
0x0000000000000000000000000000000000000000

0 comments on commit d111fa5

Please sign in to comment.