Skip to content

Commit

Permalink
Add address
Browse files Browse the repository at this point in the history
  • Loading branch information
timlind committed May 5, 2022
1 parent 3070d94 commit 7ab5ae2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ func SetupHandlers(app *SifchainApp) {
if err != nil {
panic(err)
}
// TODO: get destination address
address, err := sdk.AccAddressFromBech32("")
address, err := sdk.AccAddressFromBech32("sif1ct2s3t8u2kffjpaekhtngzv6yc4vm97xajqyl3")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 7ab5ae2

Please sign in to comment.