Skip to content

Commit

Permalink
Updates and softens a bit a wallet schema to support the current stru…
Browse files Browse the repository at this point in the history
…cture
  • Loading branch information
kuzzmi committed Jul 18, 2017
1 parent 83be9af commit e5efe43
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 293 deletions.
7 changes: 4 additions & 3 deletions _contrib/schema-validator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
results = JSON::Validator.fully_validate(schema, document)

if results.empty?
exit(0)
exit(0)
else
puts results
exit(1)
puts ARGV[1]
puts results
exit(1)
end
3 changes: 0 additions & 3 deletions _wallets/bitcoinwallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ platform:
link: "https://appworld.blackberry.com/webstore/content/23952882/"
source: "https://github.com/bitcoin-wallet/bitcoin-wallet"
screenshot: "bitcoinwalletandroid.png"
os:
- android
- blackberry
check:
control: "checkgoodcontrolfull"
validation: "checkpassvalidationspvp2p"
Expand Down
1 change: 0 additions & 1 deletion _wallets/bitgo.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ platform:
text: "walletbitgo"
link: "https://www.bitgo.com/"
screenshot: "bitgo.png"
os:
check:
control: "checkpasscontrolmulti"
validation: "checkfailvalidationcentralized"
Expand Down
Loading

0 comments on commit e5efe43

Please sign in to comment.