Merge pull request #190 from MISP/rommelfs-patch-4

missing parts for balance corrected
pull/192/head
Sascha Rommelfangen 2019-07-11 15:24:28 +02:00 committed by GitHub
commit 8a4a53261b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -14,14 +14,14 @@
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "float" "misp-attribute": "float"
}, },
"balance_EUR": { "BTC_received": {
"description": "Value in EUR with conversion rate as of date/time displayed in field 'time'", "description": "Value of received BTC",
"ui-priority": 0, "ui-priority": 0,
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "float" "misp-attribute": "float"
}, },
"balance_USD": { "BTC_sent": {
"description": "Value in USD with conversion rate as of date/time displayed in field 'time'", "description": "Value of sent BTC",
"ui-priority": 0, "ui-priority": 0,
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "float" "misp-attribute": "float"
@ -33,7 +33,7 @@
"misp-attribute": "datetime" "misp-attribute": "datetime"
} }
}, },
"version": 1, "version": 2,
"description": "An object to describe a Bitcoin wallet. Best to be used with bitcoin-transactions.", "description": "An object to describe a Bitcoin wallet. Best to be used with bitcoin-transactions.",
"meta-category": "financial", "meta-category": "financial",
"uuid": "22910C83-DD0E-4ED2-9823-45F8CAD562A4", "uuid": "22910C83-DD0E-4ED2-9823-45F8CAD562A4",