Skip to content

Commit

Permalink
Update RelayMessage event log indexed, 1 => 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark-icon committed Sep 5, 2023
1 parent 9638edb commit 0a477db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ private void requireNormalMode() {
}
}

@EventLog(indexed = 1)
@EventLog
public void RelayMessage(String _prev, BigInteger _count) {
}
}
4 changes: 2 additions & 2 deletions bmc/src/main/java/foundation/icon/btp/bmc/ICONSpecific.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ public interface ICONSpecific {
* (EventLog) Logs the event that handle the relay message
* The tracker monitors this event.
* <p>
* indexed: 1
* indexed: 0
*
* @param _prev String ( BTP Address of the previous BMC )
* @param _count Integer ( number of the processed BTP message )
*/
@EventLog(indexed = 1)
@EventLog
void RelayMessage(String _prev, BigInteger _count);
}

0 comments on commit 0a477db

Please sign in to comment.