Skip to content

Commit

Permalink
Merge pull request #13 from tugunchinov/master
Browse files Browse the repository at this point in the history
Fix function contract name of nft_address
  • Loading branch information
Rexagon authored Nov 6, 2023
2 parents f34223c + 90c64a2 commit b1578df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nekoton-contracts/src/tip4_1/collection_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn nft_code_hash() -> &'static ton_abi::Function {
///
pub fn nft_address() -> &'static ton_abi::Function {
declare_function! {
name: "nftCodeHash",
name: "nftAddress",
inputs: vec![
Param::new("answerId", ParamType::Uint(32)),
Param::new("id", ParamType::Uint(256))
Expand Down

0 comments on commit b1578df

Please sign in to comment.