Skip to content

Commit

Permalink
Fix award request.
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Aug 28, 2023
1 parent f814ec9 commit 52e27d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bll/walletbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Walletbase struct {
type AwardInput struct {
Payee util.ID `json:"payee" cbor:"payee"`
Amount int64 `json:"amount" cbor:"amount"`
Credits *uint64 `json:"credits" cbor:"credits"`
Credits uint64 `json:"credits" cbor:"credits"`
Description string `json:"description,omitempty" cbor:"description,omitempty"`
Payload util.Bytes `json:"payload,omitempty" cbor:"payload,omitempty"`
}
Expand Down

0 comments on commit 52e27d3

Please sign in to comment.