Skip to content

Commit

Permalink
fix linter err
Browse files Browse the repository at this point in the history
  • Loading branch information
laruh committed Mar 10, 2024
1 parent 56303c6 commit a474fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ fn send_and_spend_erc721_maker_payment() {
token_id: &BigUint::from(1u32).to_bytes(),
chain: &Chain::Eth.to_bytes(),
contract_type: &ContractType::Erc721.to_bytes(),
swap_contract_address: &Some(nft_swap_contract().as_bytes().into()),
swap_contract_address: nft_swap_contract().as_bytes(),
};
}

0 comments on commit a474fec

Please sign in to comment.