Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit 8c36fcc

Browse files
author
Zorn
committed
Fixed typo fo txid
1 parent 62f9c95 commit 8c36fcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Response/Model/Wallet/Transaction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Transaction implements ResponseInterface
3737
/**
3838
* @var string
3939
*/
40-
private $txId;
40+
private $txid;
4141

4242
/**
4343
* @var string
@@ -107,7 +107,7 @@ public function getValue()
107107
*/
108108
public function getTxId()
109109
{
110-
return $this->txId;
110+
return $this->txid;
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)