problem: we are not adding bitcoin addresses to valid rockets

This commit is contained in:
gsovereignty
2024-08-12 16:16:45 +08:00
parent 255267588c
commit d52416e9de

View File

@@ -58,7 +58,7 @@
!rocket.Included(association.Event.id)
) {
for (let a of association.Event.getMatchingTags('a')) {
if (a == rocket.ATag()) {
if (a.length == 2 && a[1] == rocket.ATag()[1]) {
let e = rocket.UpsertBitcoinAssociation(association);
if (e) {
e.ndk = $ndk;