automatically set 'type' in taler-exchange-wire
This commit is contained in:
parent
663363fc0e
commit
480b9cdf39
@ -154,6 +154,9 @@ main (int argc,
|
|||||||
(unsigned int) err.position);
|
(unsigned int) err.position);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
json_object_set_new (j,
|
||||||
|
"type",
|
||||||
|
json_string (method));
|
||||||
key.eddsa_priv = *eddsa_priv;
|
key.eddsa_priv = *eddsa_priv;
|
||||||
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_NONCE,
|
GNUNET_CRYPTO_random_block (GNUNET_CRYPTO_QUALITY_NONCE,
|
||||||
&salt,
|
&salt,
|
||||||
|
Loading…
Reference in New Issue
Block a user