Skip to content

Commit

Permalink
fix get_modsic_id
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Mar 20, 2020
1 parent a0a85cd commit 2471d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ pub fn get_transaction_effective_fee(params: &GetTransactionEffectiveFee) -> Res
/// let info = result.unwrap();
/// ```
///
pub fn get_mosaci_id(params: &GetMosaicID) -> Result<i64> {
pub fn get_mosaic_id(params: &GetMosaicID) -> Result<u64> {
call_external_func(params, external::get_mosaic_id)
}

Expand Down

0 comments on commit 2471d4e

Please sign in to comment.