Skip to content

Commit

Permalink
fix payable finish_deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
olga24912 committed Jul 18, 2024
1 parent d3a62e3 commit 600d618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth-connector/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ impl Deposit for EthConnectorContract {

#[near_bindgen]
impl FundsFinish for EthConnectorContract {
#[payable]
#[private]
fn finish_deposit(
&mut self,
Expand Down

0 comments on commit 600d618

Please sign in to comment.