Skip to content

Commit 64e37f4

Browse files
committed
chg: [coin-address] add a generic crypto address if the address format
is not known or supported
1 parent 364f747 commit 64e37f4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

objects/coin-address/definition.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"misp-attribute": "btc",
66
"ui-priority": 1
77
},
8+
"address-crypto": {
9+
"description": "Generic cryptocurrency address if the format is not a standard BTC or XMR address",
10+
"misp-attribute": "text",
11+
"ui-priority": 1
12+
},
813
"address-xmr": {
914
"description": "Monero address used as a payment destination in a cryptocurrency",
1015
"misp-attribute": "xmr",
@@ -103,8 +108,9 @@
103108
"name": "coin-address",
104109
"requiredOneOf": [
105110
"address",
106-
"address-xmr"
111+
"address-xmr",
112+
"address-crypto"
107113
],
108114
"uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",
109-
"version": 5
115+
"version": 6
110116
}

0 commit comments

Comments
 (0)