Skip to content

Commit

Permalink
Merge pull request #5708 from oasisprotocol/andrew7234/provefreshness…
Browse files Browse the repository at this point in the history
…-tx-body

registry: update proveFreshness tx body
  • Loading branch information
Andrew7234 authored May 31, 2024
2 parents 4499a35 + 4382f8a commit fc24ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changelog/5708.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
go/registry/api: update ProveFreshness tx body type
2 changes: 1 addition & 1 deletion go/registry/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ var (
// MethodRegisterRuntime is the method name for registering runtimes.
MethodRegisterRuntime = transaction.NewMethodName(ModuleName, "RegisterRuntime", Runtime{})
// MethodProveFreshness is the method name for freshness proofs.
MethodProveFreshness = transaction.NewMethodName(ModuleName, "ProveFreshness", Runtime{})
MethodProveFreshness = transaction.NewMethodName(ModuleName, "ProveFreshness", [32]byte{})

// Methods is the list of all methods supported by the registry backend.
Methods = []transaction.MethodName{
Expand Down

0 comments on commit fc24ea9

Please sign in to comment.