This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| peers: | |
| - aenode://pp_viEW93PwdaTgNKiorj4qygpLzUi8qoAmYLiPaUYCMkKzqNng5@18.130.100.58:3015 | |
| sync: | |
| port: 3015 | |
| http: | |
| external: | |
| port: 3013 | |
| internal: | |
| port: 3113 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Compiling swagger_client v0.13.0 (file:///mnt/sdb1/newby/projects/rust-epoch) | |
| error[E0412]: cannot find type `Integer` in this scope | |
| --> src/models.rs:1406:20 | |
| | | |
| 1406 | pub struct Pow(Vec<Integer>); | |
| | ^^^^^^^ not found in this scope | |
| error[E0412]: cannot find type `Integer` in this scope | |
| --> src/models.rs:1405:46 | |
| | |