Skip to content

Commit

Permalink
docs: nano tokens to network address
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonPaulGithub authored and RolandSherwin committed Jan 31, 2024
1 parent bb632b1 commit 7b3df64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_client/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ impl WalletClient {
/// Send tokens to nodes closest to the data we want to make storage payment for. Runs mandatory verification.
///
/// # Arguments
/// - content_addrs - [Iterator]<Items = [`NanoTokens`]>
/// - content_addrs - [Iterator]<Items = [`NetworkAddress`]>
///
/// # Returns:
/// # ( ( storage_cost, royalties_fees ), ( payee_map, skipped_chunks ) )
Expand Down

0 comments on commit 7b3df64

Please sign in to comment.