Skip to content

Commit

Permalink
reslove conflict master<->dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lander86 committed Mar 24, 2021
1 parent 254728b commit b6b533e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/main/scala/com/horizen/SidechainAppModule.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ abstract class SidechainAppModule extends com.google.inject.AbstractModule {
@Named("WalletBoxStorage") walletBoxStorage: Storage,
@Named("WalletTransactionStorage") walletTransactionStorage: Storage,
@Named("StateStorage") stateStorage: Storage,
@Named("StateForgerBoxStorage") forgerBoxStorage: Storage,
@Named("HistoryStorage") historyStorage: Storage,
@Named("WalletForgingBoxesInfoStorage") walletForgingBoxesInfoStorage: Storage,
@Named("ConsensusStorage") consensusStorage: Storage,
Expand All @@ -77,6 +78,7 @@ abstract class SidechainAppModule extends com.google.inject.AbstractModule {
walletBoxStorage,
walletTransactionStorage,
stateStorage,
forgerBoxStorage,
historyStorage,
walletForgingBoxesInfoStorage,
consensusStorage,
Expand Down

0 comments on commit b6b533e

Please sign in to comment.