transaction number must be multiple (and text)

pull/192/head
Sascha Rommelfangen 2019-07-11 15:51:07 +02:00 committed by GitHub
parent 1459302dd1
commit e26a2b6d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@
"transaction-number": {
"description": "A Bitcoin transaction number in a sequence of transactions",
"ui-priority": 0,
"misp-attribute": "integer"
"multiple": true,
"misp-attribute": "text"
},
"time": {
"description": "Date and time of transaction",
@ -41,7 +42,7 @@
"misp-attribute": "btc"
}
},
"version": 2,
"version": 3,
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
"meta-category": "financial",
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",