Skip to content

Commit

Permalink
fix json tags for delegatebw action data
Browse files Browse the repository at this point in the history
  • Loading branch information
fschoell authored and Matthieu Vachon committed May 7, 2020
1 parent c64178e commit 3d8b137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/delegatebw.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewDelegateBW(from, receiver eos.AccountName, stakeCPU, stakeNet eos.Asset,
type DelegateBW struct {
From eos.AccountName `json:"from"`
Receiver eos.AccountName `json:"receiver"`
StakeNet eos.Asset `json:"stake_net"`
StakeCPU eos.Asset `json:"stake_cpu"`
StakeNet eos.Asset `json:"stake_net_quantity"`
StakeCPU eos.Asset `json:"stake_cpu_quantity"`
Transfer eos.Bool `json:"transfer"`
}

0 comments on commit 3d8b137

Please sign in to comment.