Skip to content

Instantly share code, notes, and snippets.

peers:
- aenode://pp_viEW93PwdaTgNKiorj4qygpLzUi8qoAmYLiPaUYCMkKzqNng5@18.130.100.58:3015
sync:
port: 3015
http:
external:
port: 3013
internal:
port: 3113
@jsnewby
jsnewby / errors.txt
Created May 18, 2018 10:03
Swagger file
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
|