Skip to content

Commit

Permalink
Update spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Dec 10, 2024
1 parent 88f9619 commit d7026f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::outputs::*;

abi TxOutputContract {
fn send_assets_change(to: Address, asset: AssetId, amount: u64);
fn send_assets_variable(to: Address, asset: AssetId, inex: u64) -> (Address, AssetId, u64);
fn send_assets_variable(to: Address, asset: AssetId, index: u64) -> (Address, AssetId, u64);
}

impl TxOutputContract for Contract {
Expand Down

0 comments on commit d7026f6

Please sign in to comment.