Skip to content

Commit 893dd72

Browse files
committed
Fix unclosed delimiter in initialize function
1 parent 8f12ee2 commit 893dd72

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

contracts/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ impl StellarBountyBoardContract {
184184
String::from_str(&_env, CONTRACT_VERSION)
185185
}
186186

187-
pub fn initialize(env: Env, fee_recipient: Address, arbiter: Address, dispute_window: u64) {
188-
189187
pub fn initialize(env: Env, admin: Address, fee_recipient: Address, arbiter: Address, dispute_window: u64) {
190188
// Prevent re-initialization
191189
if env.storage().persistent().has(&DataKey::FeeRecipient) {

0 commit comments

Comments
 (0)