Skip to content

Commit

Permalink
Update base_layer/wallet_ffi/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden authored Mar 24, 2023
1 parent 0a6defe commit fcb9462
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base_layer/wallet_ffi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5513,8 +5513,6 @@ pub unsafe extern "C" fn wallet_get_last_network(config: *mut TariCommsConfig, e
.datastore_path
.join((*config).peer_database_name.clone())
.with_extension("sqlite3");


match get_last_network(sql_database_path) {
Ok(None) => ptr::null_mut(),
Ok(Some(network)) => {
Expand Down

0 comments on commit fcb9462

Please sign in to comment.