Update 16_4_createemptypsbt.c

This commit is contained in:
Shannon Appelcline 2020-08-12 14:47:52 -10:00 committed by GitHub
parent 13ad2b9dea
commit bf4157f1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,5 +44,7 @@ int main(void) {
wally_tx_free(gtx);
wally_psbt_free(psbt);
wally_cleanup(0);
}