Add tx fee to the db and track for webhooks (#71)

This commit is contained in:
Lee *!* Clagett
2023-06-20 10:11:34 -04:00
committed by Lee *!* Clagett
parent e1bd9541f1
commit ea35f88c4c
4 changed files with 94 additions and 4 deletions

View File

@@ -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
}
);