mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 03:59:31 +00:00
ee22e81c7e
* test-utils: impl `rpc` module * client: use `spawn_blocking` * client: add tests * ignore test for now * add example and `get_transaction_verification_data()` * client: calculate proper `generated_coins` * data: fix `generated_coins/reward` references * data: fix height
6 lines
106 B
Rust
6 lines
106 B
Rust
#![doc = include_str!("../README.md")]
|
|
|
|
pub mod data;
|
|
pub mod monerod;
|
|
pub mod rpc;
|
|
pub mod test_netzone;
|