Skip to content

Commit

Permalink
Update contracts/Compass.vy
Browse files Browse the repository at this point in the history
  • Loading branch information
byte-bandit authored May 28, 2024
1 parent a30adb7 commit 22b69ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Compass.vy
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def submit_batch(consensus: Consensus, token: address, args: TokenSendArgs, batc
_event_id: uint256 = unsafe_add(self.last_event_id, 1)
self.last_event_id = _event_id
self.last_batch_id[token] = batch_id
log BatchSendEvent(token, batch_id, _nonce, event_id)
log BatchSendEvent(token, batch_id, _nonce, _event_id)

@external
def deploy_erc20(_paloma_denom: String[64], _name: String[64], _symbol: String[32], _decimals: uint8, _blueprint: address):
Expand Down

0 comments on commit 22b69ee

Please sign in to comment.