Skip to content

Commit

Permalink
Keep change from phase 1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Dec 18, 2023
1 parent 7087aae commit 56cade9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/unity/reference/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public void RunGetTezosBalance()
{
Debug.Log("Getting balance");
var routine = TezosManager.Instance.Tezos.API.GetTezosBalance(
HandleTezosBalance,
myAddress
callback: HandleTezosBalance,
address: myAddress
);
StartCoroutine(routine);
}
Expand Down

0 comments on commit 56cade9

Please sign in to comment.