Browse Source

Add FundSecret back to createrewardfund.go

master
Jared 1 year ago
parent
commit
f7a57c0998
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      endpoints/createrewardfund.go

+ 1
- 0
endpoints/createrewardfund.go View File

@@ -43,6 +43,7 @@ func CreateRewardFund(resp http.ResponseWriter, req *http.Request) {
rewardFund := RewardFund{
Asset: fund.Asset,
FundWallet: fund.FundWallet,
FundSecret: fund.FundSecret,
SellingWallet: fund.SellingWallet,
IssuerWallet: fund.IssuerWallet,
Memo: fund.Memo,


Loading…
Cancel
Save