Mimic Core's ordering for equal-score transactions

This commit is contained in:
Mononaut
2023-07-02 20:05:30 -04:00
parent 597764c311
commit 6dce3e356b
9 changed files with 54 additions and 19 deletions

View File

@@ -4,6 +4,7 @@ use napi_derive::napi;
#[napi(object)]
pub struct ThreadTransaction {
pub uid: u32,
pub order: u32,
pub fee: f64,
pub weight: u32,
pub sigops: u32,