Skip to content

Commit

Permalink
update exmaple
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Oct 13, 2023
1 parent 715732a commit d2f7110
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added examples/deployAccount/account
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/deployAccount/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func main() {
}

// Send transaction to the network
resp, err := acnt.AddDeployAccountTransaction(context.Background(), tx)
resp, err := acnt.AddDeployAccountTransaction(context.Background(), rpc.BroadcastDeployAccountTxn{DeployAccountTxn: tx})
if err != nil {
panic(fmt.Sprint("Error returned from AddDeployAccountTransaction: ", err))
}
Expand Down

0 comments on commit d2f7110

Please sign in to comment.