mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 15:19:58 -07:00
cargo: update deps
This commit is contained in:
@@ -41,8 +41,10 @@
|
||||
* "height" |
|
||||
* "id" |
|
||||
* "index" |
|
||||
* "len" |
|
||||
* "locktime" |
|
||||
* "percentage" |
|
||||
* "position" |
|
||||
* "ratio" |
|
||||
* "sat/vb" |
|
||||
* "satblocks" |
|
||||
@@ -1021,6 +1023,12 @@ function createUtils() {
|
||||
if ((!unit || thoroughUnitCheck) && id.includes("years_between")) {
|
||||
setUnit("years");
|
||||
}
|
||||
if ((!unit || thoroughUnitCheck) && id == "len") {
|
||||
setUnit("len");
|
||||
}
|
||||
if ((!unit || thoroughUnitCheck) && id == "position") {
|
||||
setUnit("position");
|
||||
}
|
||||
if ((!unit || thoroughUnitCheck) && id.startsWith("constant")) {
|
||||
setUnit("constant");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user