mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +00:00
diff minimization
This commit is contained in:
parent
8c5cbeab94
commit
138796a767
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -39,7 +39,6 @@ test/services/coins/firo/firo_wallet_test_parameters.dart
|
|||
test/services/coins/dogecoin/dogecoin_wallet_test_parameters.dart
|
||||
test/services/coins/namecoin/namecoin_wallet_test_parameters.dart
|
||||
test/services/coins/namecoin/namecoin_wallet_test_parameters.dart.txt # Legacy
|
||||
test/services/coins/namecoin/namecoin_wallet_test_parameters.txt # Legacy
|
||||
test/services/coins/bitcoincash/bitcoincash_wallet_test_parameters.dart
|
||||
test/services/coins/particl/particl_wallet_test_parameters.dart
|
||||
/integration_test/private.dart
|
||||
|
|
|
@ -49,7 +49,7 @@ dependencies:
|
|||
bitcoindart:
|
||||
git:
|
||||
url: https://github.com/cypherstack/bitcoindart.git
|
||||
ref: 004d6f82dff7389b561e5078b4649adcd2d9c10f # TODO change to hash ref when merging in particl support
|
||||
ref: 004d6f82dff7389b561e5078b4649adcd2d9c10f
|
||||
|
||||
stack_wallet_backup:
|
||||
git:
|
||||
|
|
Loading…
Reference in a new issue