mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 17:01:10 +03:00
fix compile error (#1)
This commit is contained in:
parent
c49e5bc2a2
commit
c01cd63bd7
1 changed files with 1 additions and 1 deletions
|
@ -34,5 +34,5 @@ extern crate failure_derive;
|
|||
extern crate log;
|
||||
|
||||
pub mod api;
|
||||
pub use api::{APIForeign, APIOwner};
|
||||
pub use crate::api::{APIForeign, APIOwner};
|
||||
|
||||
|
|
Loading…
Reference in a new issue