forked from such-gitea/wownero-lws
Add tx fee to the db and track for webhooks (#71)
This commit is contained in:
committed by
Lee *!* Clagett
parent
e1bd9541f1
commit
ea35f88c4c
@@ -394,7 +394,8 @@ namespace lws
|
||||
mask,
|
||||
{0, 0, 0, 0, 0, 0, 0}, // reserved bytes
|
||||
db::pack(ext, payment_id.first),
|
||||
payment_id.second
|
||||
payment_id.second,
|
||||
tx.rct_signatures.txnFee
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user