mirror of
https://github.com/aljazceru/hypergolic.git
synced 2026-02-02 12:14:29 +01:00
problem: we are not adding bitcoin addresses to valid rockets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user