File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -250,6 +250,9 @@ func pay(cctx *cli.Context) error {
250
250
qry .Add ("timestamp" , strconv .FormatInt (time .Now ().Unix (), 10 ))
251
251
qry .Add ("MessageCID" , res .Message .String ())
252
252
qry .Add ("walletID" , walletID )
253
+ qry .Add ("exchangeRate" , rt .String ())
254
+ qry .Add ("blockHeight" , res .Height .String ())
255
+ qry .Add ("amount" , costFil .String ())
253
256
message := qry .Encode ()
254
257
sig , err := full .WalletSign (cctx .Context , walletAddress , []byte (message ))
255
258
if err != nil {
@@ -262,6 +265,5 @@ func pay(cctx *cli.Context) error {
262
265
qry .Add ("txnSign" , hex .EncodeToString (txnSig ))
263
266
fmt .Println (`Complete/Verify your registration at:
264
267
https://market.curiostorage.org/pay/verify/?` + qry .Encode ())
265
- fmt .Println ("Purchase registered with Curio team" )
266
268
return nil
267
269
}
You can’t perform that action at this time.
0 commit comments