mirror of
				https://github.com/Xahau/xahau-web.git
				synced 2025-11-04 12:15:49 +00:00 
			
		
		
		
	fix SignersList to SignerList
				
					
				
			This commit is contained in:
		@@ -27,11 +27,11 @@ The `SetRegularKey` transaction type allows users to set a regular key pair for
 | 
			
		||||
 | 
			
		||||
<LinkCard title="SetRegularKey" href="/docs/protocol-reference/transactions/transaction-types/setregularkey" />
 | 
			
		||||
 | 
			
		||||
#### SignersListSet
 | 
			
		||||
#### SignerListSet
 | 
			
		||||
 | 
			
		||||
The `SignersListSet` transaction type enables users to set a list of signers for their account. This is particularly useful for multi-signature accounts where multiple parties are required to sign off on transactions.
 | 
			
		||||
The `SignerListSet` transaction type enables users to set a list of signers for their account. This is particularly useful for multi-signature accounts where multiple parties are required to sign off on transactions.
 | 
			
		||||
 | 
			
		||||
<LinkCard title="SignersListSet" href="/docs/protocol-reference/transactions/transaction-types/signerlistset" />
 | 
			
		||||
<LinkCard title="SignerListSet" href="/docs/protocol-reference/transactions/transaction-types/signerlistset" />
 | 
			
		||||
 | 
			
		||||
#### Import
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -201,7 +201,7 @@ If a Transaction Type does not appear in the table then it has no TSHes **other
 | 
			
		||||
| Account | Account    | Strong        |
 | 
			
		||||
| Account | RegularKey | Strong        |
 | 
			
		||||
 | 
			
		||||
**SignersListSet**
 | 
			
		||||
**SignerListSet**
 | 
			
		||||
 | 
			
		||||
| OTXN    | TSH     | SignerListSet |
 | 
			
		||||
| ------- | ------- | ------------- |
 | 
			
		||||
 
 | 
			
		||||
@@ -36,7 +36,7 @@ _(Added by the \[Import amendment]\[].)_
 | 
			
		||||
 | 
			
		||||
### Notes
 | 
			
		||||
 | 
			
		||||
_It is recommended that if you use a `SignersList` or `RegularKey` to sign your transactions that you key your accounts **FIRST** before attempting to _B2M_ XAH_ .
 | 
			
		||||
_It is recommended that if you use a `SignerList` or `RegularKey` to sign your transactions that you key your accounts **FIRST** before attempting to _B2M_ XAH_ .
 | 
			
		||||
 | 
			
		||||
* If the inner (xpop) transaction is `AccountSet` the mainet existing flags will be transfered to the new network.
 | 
			
		||||
* If the inner (xpop) transaction is `SetRegularKey` with the `RegularKey` field omitted or empty, and a signers list does not exist for the account then the `lsfDisableMaster` flag will be set on the account.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user