Update Mainnet dbs and remove old test dbs

This commit is contained in:
Christoph Atteneder 2019-04-15 14:07:14 +02:00
parent 9a0cc1afa1
commit 1664a72788
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
16 changed files with 0 additions and 10 deletions

View file

@ -9,13 +9,3 @@ resDir=p2p/src/main/resources
cp "$dbDir/TradeStatistics2Store" "$resDir/TradeStatistics2Store_BTC_MAINNET" cp "$dbDir/TradeStatistics2Store" "$resDir/TradeStatistics2Store_BTC_MAINNET"
cp "$dbDir/AccountAgeWitnessStore" "$resDir/AccountAgeWitnessStore_BTC_MAINNET" cp "$dbDir/AccountAgeWitnessStore" "$resDir/AccountAgeWitnessStore_BTC_MAINNET"
# Testnet
dbDir=~/Library/Application\ Support/Bisq/btc_dao_testnet/db
cp "$dbDir/AccountAgeWitnessStore" "$resDir/AccountAgeWitnessStore_BTC_DAO_REGTEST"
cp "$dbDir/BlindVoteStore" "$resDir/BlindVoteStore_BTC_DAO_REGTEST"
cp "$dbDir/DaoStateStore" "$resDir/DaoStateStore_BTC_DAO_REGTEST"
cp "$dbDir/ProposalStore" "$resDir/ProposalStore_BTC_DAO_REGTEST"
cp "$dbDir/TempProposalStore" "$resDir/TempProposalStore_BTC_DAO_REGTEST"
cp "$dbDir/TradeStatistics2Store" "$resDir/TradeStatistics2Store_BTC_DAO_REGTEST"