Skip to content

Commit

Permalink
Paymaster: Minor fixes after audit
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Oct 10, 2023
1 parent 882313f commit fa1eecd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions contracts/paymaster/src/forward_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ pub trait ForwardCall {
err_result.push(ManagedBuffer::new_from_bytes(ERR_CALLBACK_MSG));
err_result.push(err.err_msg.clone());

sc_print!("{}", err.err_msg);

err_result
}
}
Expand Down
1 change: 0 additions & 1 deletion contracts/paymaster/src/paymaster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ multiversx_sc::imports!();
pub mod forward_call;
const FEE_PAYMENT: usize = 0;

/// An empty contract. To be used as a template when starting a new contract from scratch.
#[multiversx_sc::contract]
pub trait PaymasterContract: forward_call::ForwardCall {
#[init]
Expand Down

0 comments on commit fa1eecd

Please sign in to comment.