forked from ghostchain/ghost-node
6 lines
110 B
Rust
6 lines
110 B
Rust
pub fn legacy_endowments() -> Vec<(primitives::AccountId, u128)> {
|
|
vec![
|
|
// nothing there
|
|
]
|
|
}
|