We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1459302 commit e26a2b6Copy full SHA for e26a2b6
objects/btc-transaction/definition.json
@@ -8,7 +8,8 @@
8
"transaction-number": {
9
"description": "A Bitcoin transaction number in a sequence of transactions",
10
"ui-priority": 0,
11
- "misp-attribute": "integer"
+ "multiple": true,
12
+ "misp-attribute": "text"
13
},
14
"time": {
15
"description": "Date and time of transaction",
@@ -41,7 +42,7 @@
41
42
"misp-attribute": "btc"
43
}
44
- "version": 2,
45
+ "version": 3,
46
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
47
"meta-category": "financial",
48
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",
0 commit comments