Merge pull request #105 from bitcoinland/patch-1

removed extra " from algorithm
This commit is contained in:
Matthew Little 2014-05-01 01:36:32 -06:00
commit 410d700374

View File

@ -1,5 +1,5 @@
{
"name": "OpenSourcecoin",
"symbol": "OSC",
"algorithm": "sha256""
"algorithm": "sha256"
}