Skip to content

Commit

Permalink
fix: called non existing function
Browse files Browse the repository at this point in the history
  • Loading branch information
jannickheisch committed Dec 12, 2023
1 parent 036a4b3 commit acd110b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class WebAppInterface(val act: MainActivity, val webView: WebView) {

if (frontend_frontier.getInt(fid.toHex(), 1) == seq && replica != null) {
for (i in seq .. replica.state.max_seq ) {
val content = replica.read(i)
val content = replica.read_content(i)
val message_id= replica.get_mid(seq)
if(content == null || message_id == null || !replica.isSidechainComplete(i))
break
Expand Down

0 comments on commit acd110b

Please sign in to comment.