Skip to content

Commit

Permalink
fix: attach ONE_YOCTO (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en authored Nov 4, 2024
1 parent 537e93f commit 9d637d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions near/nep141-locker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ impl Contract {

ext_token::ext(token)
.with_static_gas(LOG_METADATA_GAS)
.with_attached_deposit(ONE_YOCTO)
.ft_transfer(fin_transfer.fee_recipient, U128(fee), None)
}

Expand Down

0 comments on commit 9d637d1

Please sign in to comment.