mirror of https://github.com/MISP/misp-objects
fix: [definition] Fixed current balance type, is float.
parent
6560a53b80
commit
e132ea8e03
|
@ -70,7 +70,7 @@
|
||||||
"description": "Current balance of address",
|
"description": "Current balance of address",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "float",
|
||||||
"recommended": false
|
"recommended": false
|
||||||
},
|
},
|
||||||
"total-transactions": {
|
"total-transactions": {
|
||||||
|
|
Loading…
Reference in New Issue