Skip to content

Commit e26a2b6

Browse files
authored
transaction number must be multiple (and text)
1 parent 1459302 commit e26a2b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

objects/btc-transaction/definition.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"transaction-number": {
99
"description": "A Bitcoin transaction number in a sequence of transactions",
1010
"ui-priority": 0,
11-
"misp-attribute": "integer"
11+
"multiple": true,
12+
"misp-attribute": "text"
1213
},
1314
"time": {
1415
"description": "Date and time of transaction",
@@ -41,7 +42,7 @@
4142
"misp-attribute": "btc"
4243
}
4344
},
44-
"version": 2,
45+
"version": 3,
4546
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
4647
"meta-category": "financial",
4748
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",

0 commit comments

Comments
 (0)