fix reserve creation with reference

This commit is contained in:
Marcello Stanisci 2018-02-17 23:41:08 +01:00
parent 844f39c85e
commit 76ba8f1291
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -190,6 +190,7 @@ fakebank_transfer_run (void *cls,
TALER_TESTING_interpreter_fail (is);
return;
}
fts->reserve_priv.eddsa_priv = reserve_priv->eddsa_priv;
}
else
{