Address review comments @nalexander
This commit is contained in:
parent
2c0f755632
commit
6121da3592
2 changed files with 262 additions and 142 deletions
403
ffi/src/lib.rs
403
ffi/src/lib.rs
File diff suppressed because it is too large
Load diff
|
@ -38,6 +38,7 @@ public class InProgressTransactionResult extends Structure implements Closeable
|
|||
public InProgress getInProgress() {
|
||||
return new InProgress(this.inProgress);
|
||||
}
|
||||
|
||||
public TxReport getReport() {
|
||||
if (this.result.isFailure()) {
|
||||
Log.e("InProgressTransactionResult", this.result.err);
|
||||
|
|
Loading…
Reference in a new issue