Skip to content

Commit

Permalink
Merge pull request #675 from helium/andymck/iot-unallocated-rewards-s…
Browse files Browse the repository at this point in the history
…upport

add support for unallocated IOT rewards
  • Loading branch information
andymck authored Jan 8, 2024
2 parents 617014e + 2384831 commit 7aaf177
Show file tree
Hide file tree
Showing 12 changed files with 753 additions and 190 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion file_store/src/file_sink.rs
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ impl FileSink {
}
}

fn file_name(path_buf: &Path) -> Result<String> {
pub fn file_name(path_buf: &Path) -> Result<String> {
path_buf
.file_name()
.map(|os_str| os_str.to_string_lossy().to_string())
Expand Down
Loading

0 comments on commit 7aaf177

Please sign in to comment.