Jax
Results
1
issues of
Jax
I am reviewing the code, and one line caught my attention ``` fee := (int64(wire.TxWitness{emptySignature, tool.txCtxDataList[i].inscriptionScript, emptyControlBlockWitness}.SerializeSize()+2+3) / 4) * feeRate ``` Specifically, I am looking to understand the reason...