Commit cd9b71c
committed
feat(kyoto): add avg feerate and connect
Users may want to add a `Peer` while the node is running, perhaps after
the user updates a list. This is easily done.
Developers that are working on desktop or even server platforms may have
less strict bandwidth requirements than in the mobile case. These users
could make use of fetching the average fee rate for a block, which could
be used in some cases to fall-back or roughly estimate fee rates with.1 parent 49c1635 commit cd9b71c
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
343 | 365 | | |
344 | 366 | | |
345 | 367 | | |
| |||
0 commit comments